Home
last modified time | relevance | path

Searched refs:getTimestamps (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
DAccumulatingMidiReceiver.java43 Long[] getTimestamps() { in getTimestamps() method in AccumulatingMidiReceiver
DBluetoothMidiDecoderTest.java55 Long[] actualTimestamps = mReceiver.getTimestamps(); in compareWithExpected()
DBluetoothMidiCodecTest.java161 Long[] actualTimestamps = mReceiver.getTimestamps(); in test()
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp142 getTimestamps = QUEUE_BUFFER_INPUT_GET_TIMESTAMPS; in QueueBufferInputBuilder()
156 getTimestamps, in build()
200 QueueBufferInputBuilder& setGetTimestamps(bool getTimestamps) { in setGetTimestamps()
201 this->getTimestamps = getTimestamps; in setGetTimestamps()
219 bool getTimestamps; member
474 dequeueInput.getTimestamps = false; in TEST_P()
739 dequeueInput.getTimestamps = false; in TEST_P()
1042 dequeueInput.getTimestamps = false; in TEST_P()
/frameworks/native/libs/gui/
DBatchBufferOps.cpp60 input.getTimestamps ? &output.timestamps.emplace() : nullptr); in dequeueBuffers()
DIGraphicBufferProducerFlattenables.cpp241 const int32_t getTimestampsInt = (getTimestamps ? 1 : 0); in flatten()
258 getTimestamps = (getTimestampsInt == 1); in unflatten()
DSurface.cpp584 dequeueInput->getTimestamps = mEnableFrameTimestamps; in getDequeueBufferInputLocked()
619 dqInput.getTimestamps ? in dequeueBuffer()
655 if (dqInput.getTimestamps) { in dequeueBuffer()
775 if (input.getTimestamps && !output.timestamps.has_value()) { in dequeueBuffers()
850 if (input.getTimestamps) { in dequeueBuffers()
DIGraphicBufferProducer.cpp1129 bool getTimestamps = data.readBool(); in onTransact() local
1135 getTimestamps ? &frameTimestamps : nullptr); in onTransact()
1144 if (getTimestamps) { in onTransact()
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h727 bool getTimestamps; member