Home
last modified time | relevance | path

Searched refs:notifySystemEvent (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl166 oneway void notifySystemEvent(int eventId, in int[] args); in notifySystemEvent() method
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java390 mCameraServiceRaw.notifySystemEvent(eventType, toArray(updatedUserHandles)); in notifyCameraserverLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h154 virtual binder::Status notifySystemEvent(int32_t eventId,
DCameraService.cpp1657 Status CameraService::notifySystemEvent(int32_t eventId, in notifySystemEvent() function in android::CameraService