Searched refs:sendNotification (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCamera2.h | 260 void sendNotification(int32_t msgType,
|
D | EmulatedCamera2.cpp | 379 void EmulatedCamera2::sendNotification(int32_t msgType, in sendNotification() function in android::EmulatedCamera2
|
D | EmulatedFakeCamera2.cpp | 1971 mParent->sendNotification(CAMERA2_MSG_AUTOFOCUS, in updateAfState() 2065 mParent->sendNotification(CAMERA2_MSG_AUTOEXPOSURE, in updateAeState()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCamera2.h | 232 void sendNotification(int32_t msgType, int32_t ext1, int32_t ext2,
|
D | EmulatedCamera2.cpp | 347 void EmulatedCamera2::sendNotification(int32_t msgType, int32_t ext1, in sendNotification() function in android::EmulatedCamera2
|
D | EmulatedFakeCamera2.cpp | 1953 mParent->sendNotification(CAMERA2_MSG_AUTOFOCUS, newState, triggerId, 0); in updateAfState() 2048 mParent->sendNotification(CAMERA2_MSG_AUTOEXPOSURE, newState, triggerId, 0); in updateAeState()
|