Home
last modified time | relevance | path

Searched defs:notifyCameraState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraServiceProxy.aidl36 oneway void notifyCameraState(String cameraId, int newCameraState); in notifyCameraState() method
/frameworks/av/camera/
DICameraServiceProxy.cpp38 virtual void notifyCameraState(String16 cameraId, CameraState newCameraState) { in notifyCameraState() function in android::BpCameraServiceProxy