Searched defs:monitor (Results 1 - 2 of 2) sorted by relevance

/system/chre/platform/slpi/smgr/
H A Dplatform_sensor.cc56 // 1. A sensor status monitor is added in addSensorMonitor() to receive the
79 // Note that currently the sensor status monitor indication only supports
735 * Processes sensor status monitor indication message.
742 LOGE("Sensor status monitor update of invalid sensor ID %" PRIu64,
745 // Use asynchronous sensor status monitor indication message as a cue to
909 * Adds or removes an SMGR sensor monitor for the specified sensor ID.
911 * @param sensorId The sensor ID to add/remove sensor status monitor for.
912 * @param enable true to add and false to remove the status monitor.
921 LOGE("Failed to allocate monitor request/response");
931 LOGE("Error setting sensor status monitor
952 SensorMonitor monitor; local
[all...]
/system/vold/
H A DVoldNativeService.cpp222 binder::Status VoldNativeService::monitor() { function in class:android::vold::VoldNativeService

Completed in 68 milliseconds