Searched refs:memType (Results 1 – 1 of 1) sorted by relevance
522 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testAtomicCounterAccel()523 runAtomicCounterTest(Sensor.TYPE_ACCELEROMETER, memType); in testAtomicCounterAccel()528 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testAtomicCounterGyro()529 runAtomicCounterTest(Sensor.TYPE_GYROSCOPE, memType); in testAtomicCounterGyro()534 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testAtomicCounterMag()535 runAtomicCounterTest(Sensor.TYPE_MAGNETIC_FIELD, memType); in testAtomicCounterMag()543 for (int memType : POSSIBLE_CHANNEL_TYPES) { in testRegisterMultipleChannels()544 if (!isMemoryTypeNeeded(memType)) { in testRegisterMultipleChannels()552 mChannel = prepareDirectChannel(memType, false /* secondary */); in testRegisterMultipleChannels()555 mChannelSecondary = prepareDirectChannel(memType, true /* secondary */); in testRegisterMultipleChannels()[all …]