Searched defs:ext3 (Results 1 - 2 of 2) sorted by relevance
/hardware/libhardware/tests/camera2/ |
H A D | camera2_utils.h | 119 int32_t *ext2, int32_t *ext3); 122 int32_t *ext2, int32_t *ext3); 129 int32_t *ext1, int32_t *ext2, int32_t *ext3); 136 ext3(e3) 142 int32_t ext3; member in struct:android::camera2::tests::NotifierListener::Notification 153 int32_t ext3); 158 int32_t ext3,
|
H A D | camera2_utils.cpp | 258 int32_t *ext3) { 261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); 267 int32_t *ext3) { 272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); 283 int32_t *ext3) { 287 *ext3 = mNotifications.begin()->ext3; 295 int32_t ext3) { 297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3)); 304 int32_t ext3, 255 getNextNotification(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument 264 waitForNotification(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument 280 getNextNotificationLocked(int32_t *msg_type, int32_t *ext1, int32_t *ext2, int32_t *ext3) argument 292 onNotify(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3) argument 301 notify_callback_dispatch(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3, void *user) argument [all...] |
Completed in 346 milliseconds