Searched defs:onTorchStatusChanged (Results 1 – 8 of 8) sorted by relevance
67 ::android::binder::Status H2BCameraServiceListener::onTorchStatusChanged( in onTorchStatusChanged() function in android::frameworks::cameraservice::service::V2_0::implementation::H2BCameraServiceListener
84 oneway void onTorchStatusChanged(int status, String cameraId); in onTorchStatusChanged() method
308 public void onTorchStatusChanged(int status, String cameraId) in onTorchStatusChanged() method in CameraBinderTest.DummyCameraServiceListener
95 virtual binder::Status onTorchStatusChanged(int32_t, const String16&) { in onTorchStatusChanged() function
254 void onTorchStatusChanged(const String8 &, in onTorchStatusChanged() function
92 virtual binder::Status onTorchStatusChanged(int32_t status, const String16& cameraId) { in onTorchStatusChanged() function in TestCameraServiceListener
1936 public void onTorchStatusChanged(int status, String cameraId) throws RemoteException { in onTorchStatusChanged() method in CameraManager.CameraManagerGlobal
509 void CameraService::onTorchStatusChanged(const String8& cameraId, in onTorchStatusChanged() function in android::CameraService