Home
last modified time | relevance | path

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

/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl146 oneway void notifySystemEvent(int eventId, in int[] args); in notifySystemEvent() method
/frameworks/base/services/core/java/com/android/server/camera/
DCameraService.java271 mCameraServiceRaw.notifySystemEvent(eventType, toArray(updatedUserHandles)); in notifyMediaserverLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h145 virtual binder::Status notifySystemEvent(int32_t eventId,
DCameraService.cpp1465 Status CameraService::notifySystemEvent(int32_t eventId, in notifySystemEvent() function in android::CameraService