Searched defs:timestampUs (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/audio/2.0/default/
H A DStreamOut.cpp400 int64_t timestampUs = 0; local
404 mStream->get_next_write_timestamp(mStream, &timestampUs));
406 _hidl_cb(retval, timestampUs);
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp1205 uint64_t timestampUs; local
1206 ASSERT_OK(stream->getNextWriteTimestamp(returnIn(res, timestampUs)));
1211 checkInvalidStateOr0(res, timestampUs);
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp210 timestampUs = 0;
234 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs);
235 timestampUs = msg.data.extendedBufferData.timestampUs;
243 if (*it == timestampUs) {
304 uint64_t timestampUs; member in class:AudioDecHidlTest
854 timestampUs = 0;
942 timestampUs = 0;
958 timestampUs
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp207 timestampUs = 0;
240 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs);
241 timestampUs = msg.data.extendedBufferData.timestampUs;
249 if (*it == timestampUs) {
308 uint64_t timestampUs; member in class:VideoDecHidlTest
892 timestampUs = 0;
976 timestampUs = 0;
991 timestampUs
[all...]

Completed in 130 milliseconds