Searched defs:ext3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/tests/
H A DProCameraTests.cpp258 virtual void onTriggerNotify(int32_t ext1, int32_t ext2, int32_t ext3) { argument
261 << " " << ext3 << std::endl;
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp485 int32_t ext3,
490 ext1, ext2, ext3);
494 // TODO: This needs to be fixed. ext2 and ext3 need to be considered.
505 // nsecs_t timestamp = (nsecs_t)ext2 | ((nsecs_t)(ext3) << 32 );
520 __FUNCTION__, msg_type, ext1, ext2, ext3);
482 notificationCallback(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3, void *user) argument

Completed in 536 milliseconds