Searched refs:notifyCameraState (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
H A DICameraServiceProxy.aidl36 oneway void notifyCameraState(String cameraId, int newCameraState);
/frameworks/av/camera/include/camera/
H A DICameraServiceProxy.h49 virtual void notifyCameraState(String16 cameraId, CameraState newCameraState) = 0;
/frameworks/av/include/camera/
H A DICameraServiceProxy.h49 virtual void notifyCameraState(String16 cameraId, CameraState newCameraState) = 0;
/frameworks/av/camera/
H A DICameraServiceProxy.cpp39 virtual void notifyCameraState(String16 cameraId, CameraState newCameraState) { function in class:android::BpCameraServiceProxy
66 notifyCameraState(cameraId, newCameraState);
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java59 // State arguments to use with the notifyCameraState call from camera service:
126 public void notifyCameraState(String cameraId, int newCameraState) {
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2745 proxyBinder->notifyCameraState(id, newState);

Completed in 158 milliseconds