Searched defs:onTorchStatusChanged (Results 1 – 9 of 9) 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
282 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
92 virtual binder::Status onTorchStatusChanged(int32_t status, const String16& cameraId) { in onTorchStatusChanged() function in TestCameraServiceListener
450 virtual binder::Status onTorchStatusChanged(int32_t /*status*/, const String16& /*cameraId*/) { in onTorchStatusChanged() function in TestCameraServiceListener
275 void onTorchStatusChanged(const String8 &, in onTorchStatusChanged() function
2133 public void onTorchStatusChanged(int status, String cameraId) throws RemoteException { in onTorchStatusChanged() method in CameraManager.CameraManagerGlobal
550 void CameraService::onTorchStatusChanged(const String8& cameraId, in onTorchStatusChanged() function in android::CameraService