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.java153 private SensorDirectChannel mChannelSecondary; field in SensorDirectReportTest
185 if (mChannelSecondary != null) { in tearDown()
186 mChannelSecondary.close(); in tearDown()
187 mChannelSecondary = null; in tearDown()
555 mChannelSecondary = prepareDirectChannel(memType, true /* secondary */); in testRegisterMultipleChannels()
556 assertNotNull("mChannelSecondary is null", mChannelSecondary); in testRegisterMultipleChannels()
562 if (mChannelSecondary != null) { in testRegisterMultipleChannels()
563 mChannelSecondary.close(); in testRegisterMultipleChannels()
564 mChannelSecondary = null; in testRegisterMultipleChannels()
584 mChannelSecondary = prepareDirectChannel(memType, false /* secondary */); in testRegisterMultipleChannelsUsingSameMemory()
[all …]