Home
last modified time | relevance | path

Searched defs:notifyWatchdog (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraServiceProxy.aidl71 oneway void notifyWatchdog(int /* pid_t */ pid, boolean isNative); in notifyWatchdog() method
/frameworks/av/services/camera/libcameraservice/tests/
DCameraPermissionsTest.cpp175 virtual binder::Status notifyWatchdog(int pid, bool isNative) override { in notifyWatchdog() function in CameraServiceProxyOverride
/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.cpp554 void CameraServiceProxyWrapper::notifyWatchdog(pid_t clientPid, bool isNativePid) { in encodeSessionConfiguration() function in android::CameraServiceProxyWrapper