Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/include/
DCameraModule.h73 void notifyDeviceStateChange(uint64_t deviceState);
/hardware/libhardware/include/hardware/
Dcamera_common.h1210 void (*notify_device_state_change)(uint64_t deviceState);
/hardware/interfaces/camera/common/1.0/default/
DCameraModule.cpp480 void CameraModule::notifyDeviceStateChange(uint64_t deviceState) { in notifyDeviceStateChange() argument
485 deviceState); in notifyDeviceStateChange()
486 mModule->notify_device_state_change(deviceState); in notifyDeviceStateChange()