Searched refs:notifySystemEvent (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/hardware/ |
D | ICameraService.aidl | 88 oneway void notifySystemEvent(int eventId, in int[] args); in notifySystemEvent() method
|
/frameworks/av/include/camera/ |
D | ICameraService.h | 177 virtual void notifySystemEvent(int32_t eventId, const int32_t* args, size_t length) = 0;
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraService.java | 214 cameraServiceRaw.notifySystemEvent(eventType, toArray(updatedUserHandles)); in notifyMediaserver()
|
/frameworks/av/camera/ |
D | ICameraService.cpp | 325 virtual void notifySystemEvent(int32_t eventId, const int32_t* args, size_t len) { in notifySystemEvent() function in android::BpCameraService 524 notifySystemEvent(eventId, events, len); in onTransact()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 142 virtual void notifySystemEvent(int32_t eventId, const int32_t* args, size_t length);
|
D | CameraService.cpp | 1304 void CameraService::notifySystemEvent(int32_t eventId, const int32_t* args, size_t length) { in notifySystemEvent() function in android::CameraService
|