Home
last modified time | relevance | path

Searched refs:kTimeStampKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/ndk/impl/
DACameraDevice.h238 static const char* kTimeStampKey; variable
DACameraDevice.cpp44 const char* CameraDevice::kTimeStampKey = "TimeStamp"; member in android::acam::CameraDevice
1121 found = msg->findInt64(kTimeStampKey, &timestamp); in onMessageReceived()
1143 found = msg->findInt64(kTimeStampKey, &timestamp); in onMessageReceived()
1715 msg->setInt64(kTimeStampKey, timestamp); in onCaptureStarted()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp72 const char* CameraDevice::kTimeStampKey = "TimeStamp"; member in android::acam::CameraDevice
1112 found = msg->findInt64(kTimeStampKey, &timestamp); in onMessageReceived()
1134 found = msg->findInt64(kTimeStampKey, &timestamp); in onMessageReceived()
1700 msg->setInt64(kTimeStampKey, timestamp); in onCaptureStarted()
DACameraDevice.h285 static const char* kTimeStampKey; variable