Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/multihal/
DHalProxy.cpp243 if (mDirectChannelSubHal == nullptr) { in registerDirectChannel()
246 mDirectChannelSubHal->registerDirectChannel(mem, _hidl_cb); in registerDirectChannel()
253 if (mDirectChannelSubHal == nullptr) { in unregisterDirectChannel()
256 result = mDirectChannelSubHal->unregisterDirectChannel(channelHandle); in unregisterDirectChannel()
263 if (mDirectChannelSubHal == nullptr) { in configDirectReport()
266 mDirectChannelSubHal->configDirectReport(clearSubHalIndex(sensorHandle), channelHandle, in configDirectReport()
633 if (mDirectChannelSubHal == nullptr && sensorSupportsDirectChannel) { in setDirectChannelFlags()
634 mDirectChannelSubHal = subHal; in setDirectChannelFlags()
635 } else if (mDirectChannelSubHal != nullptr && subHal != mDirectChannelSubHal) { in setDirectChannelFlags()
/hardware/interfaces/sensors/2.0/multihal/include/
DHalProxy.h189 ISensorsSubHal* mDirectChannelSubHal = nullptr; variable