Searched refs:memType (Results 1 – 1 of 1) sorted by relevance
402 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testAtomicCounterAccel()403 runAtomicCounterTest(Sensor.TYPE_ACCELEROMETER, memType); in testAtomicCounterAccel()408 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testAtomicCounterGyro()409 runAtomicCounterTest(Sensor.TYPE_GYROSCOPE, memType); in testAtomicCounterGyro()414 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testAtomicCounterMag()415 runAtomicCounterTest(Sensor.TYPE_MAGNETIC_FIELD, memType); in testAtomicCounterMag()423 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testRegisterMultipleChannels()424 if (!isMemoryTypeNeeded(memType)) { in testRegisterMultipleChannels()432 mChannel = prepareDirectChannel(memType, false /* secondary */); in testRegisterMultipleChannels()435 mChannelSecondary = prepareDirectChannel(memType, true /* secondary */); in testRegisterMultipleChannels()[all …]