Searched refs:kTimeStampKey (Results 1 – 4 of 4) sorted by relevance
238 static const char* kTimeStampKey; variable
44 const char* CameraDevice::kTimeStampKey = "TimeStamp"; member in android::acam::CameraDevice1121 found = msg->findInt64(kTimeStampKey, ×tamp); in onMessageReceived()1143 found = msg->findInt64(kTimeStampKey, ×tamp); in onMessageReceived()1715 msg->setInt64(kTimeStampKey, timestamp); in onCaptureStarted()
72 const char* CameraDevice::kTimeStampKey = "TimeStamp"; member in android::acam::CameraDevice1112 found = msg->findInt64(kTimeStampKey, ×tamp); in onMessageReceived()1134 found = msg->findInt64(kTimeStampKey, ×tamp); in onMessageReceived()1700 msg->setInt64(kTimeStampKey, timestamp); in onCaptureStarted()
285 static const char* kTimeStampKey; variable