Home
last modified time | relevance | path

Searched refs:getHalChannelHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp67 String8(mOpPackageName).string(), getHalChannelHandle(), mActivated.size()); in dump()
84 proto->write(HAL_CHANNEL_HANDLE, getHalChannelHandle()); in dump()
185 int ret = dev.configureDirectChannel(handle, getHalChannelHandle(), &config); in configureChannel()
243 dev.configureDirectChannel(handle, getHalChannelHandle(), &stopConfig); in capRates()
244 dev.configureDirectChannel(handle, getHalChannelHandle(), &capConfig); in capRates()
277 dev.configureDirectChannel(handle, getHalChannelHandle(), &stopConfig); in uncapRates()
278 dev.configureDirectChannel(handle, getHalChannelHandle(), &config); in uncapRates()
296 dev.configureDirectChannel(i.first, getHalChannelHandle(), &config); in stopAllLocked()
323 dev.configureDirectChannel(i.first, getHalChannelHandle(), &config); in recoverAll()
328 int32_t SensorService::SensorDirectConnection::getHalChannelHandle() const { in getHalChannelHandle() function in android::SensorService::SensorDirectConnection
DSensorDirectConnection.h46 int32_t getHalChannelHandle() const;
DSensorService.cpp1605 dev.unregisterDirectChannel(c->getHalChannelHandle()); in cleanupConnection()