Home
last modified time | relevance | path

Searched refs:sendNotification (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCamera2.h260 void sendNotification(int32_t msgType,
DEmulatedCamera2.cpp379 void EmulatedCamera2::sendNotification(int32_t msgType, in sendNotification() function in android::EmulatedCamera2
DEmulatedFakeCamera2.cpp1971 mParent->sendNotification(CAMERA2_MSG_AUTOFOCUS, in updateAfState()
2065 mParent->sendNotification(CAMERA2_MSG_AUTOEXPOSURE, in updateAeState()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCamera2.h232 void sendNotification(int32_t msgType, int32_t ext1, int32_t ext2,
DEmulatedCamera2.cpp347 void EmulatedCamera2::sendNotification(int32_t msgType, int32_t ext1, in sendNotification() function in android::EmulatedCamera2
DEmulatedFakeCamera2.cpp1953 mParent->sendNotification(CAMERA2_MSG_AUTOFOCUS, newState, triggerId, 0); in updateAfState()
2048 mParent->sendNotification(CAMERA2_MSG_AUTOEXPOSURE, newState, triggerId, 0); in updateAeState()