Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dcamera_common.h1210 void (*notify_device_state_change)(uint64_t deviceState); member
/hardware/interfaces/camera/common/1.0/default/
DCameraModule.cpp482 mModule->notify_device_state_change != NULL) { in notifyDeviceStateChange()
486 mModule->notify_device_state_change(deviceState); in notifyDeviceStateChange()
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp223 CHECK_MEMBER_AT(camera_module_t, notify_device_state_change, 164, 320); in CheckOffsets()