Home
last modified time | relevance | path

Searched refs:mChannelSecondary (Results 1 – 1 of 1) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java156 private SensorDirectChannel mChannelSecondary; field in SensorDirectReportTest
188 if (mChannelSecondary != null) { in tearDown()
189 mChannelSecondary.close(); in tearDown()
190 mChannelSecondary = null; in tearDown()
435 mChannelSecondary = prepareDirectChannel(memType, true /* secondary */); in testRegisterMultipleChannels()
436 assertNotNull("mChannelSecondary is null", mChannelSecondary); in testRegisterMultipleChannels()
442 if (mChannelSecondary != null) { in testRegisterMultipleChannels()
443 mChannelSecondary.close(); in testRegisterMultipleChannels()
444 mChannelSecondary = null; in testRegisterMultipleChannels()
464 mChannelSecondary = prepareDirectChannel(memType, false /* secondary */); in testRegisterMultipleChannelsUsingSameMemory()
[all …]