Searched refs:channelNativeHandle (Results 1 – 2 of 2) sorted by relevance
65 void destroyDirectChannel(int channelNativeHandle);66 int configureDirectChannel(int channelNativeHandle, int sensorHandle, int rateLevel);
281 void SensorManager::destroyDirectChannel(int channelNativeHandle) { in destroyDirectChannel() argument284 mDirectConnection.erase(channelNativeHandle); in destroyDirectChannel()288 int SensorManager::configureDirectChannel(int channelNativeHandle, int sensorHandle, int rateLevel)… in configureDirectChannel() argument294 auto i = mDirectConnection.find(channelNativeHandle); in configureDirectChannel()