Searched defs:onTorchStatusChanged (Results 1 – 8 of 8) sorted by relevance
43 ::android::binder::Status H2BCameraServiceListener::onTorchStatusChanged( in onTorchStatusChanged() function in android::frameworks::cameraservice::service::V2_0::implementation::H2BCameraServiceListener
78 oneway void onTorchStatusChanged(int status, String cameraId); in onTorchStatusChanged() method
307 public void onTorchStatusChanged(int status, String cameraId) in onTorchStatusChanged() method in CameraBinderTest.DummyCameraServiceListener
90 virtual binder::Status onTorchStatusChanged(int32_t, const String16&) { in onTorchStatusChanged() function
220 void onTorchStatusChanged(const String8 &, in onTorchStatusChanged() function
86 virtual binder::Status onTorchStatusChanged(int32_t status, const String16& cameraId) { in onTorchStatusChanged() function in TestCameraServiceListener
1444 public void onTorchStatusChanged(int status, String cameraId) throws RemoteException { in onTorchStatusChanged() method in CameraManager.CameraManagerGlobal
396 void CameraService::onTorchStatusChanged(const String8& cameraId, in onTorchStatusChanged() function in android::CameraService