Searched refs:Timestamp (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.h394 class Timestamp { class
396 Timestamp() function in class:Timestamp
399 Timestamp(int64_t position, int64_t nanoseconds) function in class:Timestamp
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamShared.h76 void markTransferTime(Timestamp &timestamp);
H A DAAudioServiceStreamMMAP.cpp159 Timestamp timestamp(*positionFrames, *timeNanos);
183 Timestamp timestamp = mAtomicTimestamp.read();
H A DAAudioServiceEndpoint.h117 SimpleDoubleBuffer<Timestamp> mAtomicTimestamp;
H A DAAudioServiceEndpointCapture.cpp119 Timestamp timestamp(clientFramesWritten, AudioClock::getNanoseconds());
H A DAAudioServiceEndpointPlay.cpp137 Timestamp timestamp(clientFramesRead, AudioClock::getNanoseconds());
H A DAAudioServiceStreamShared.cpp235 void AAudioServiceStreamShared::markTransferTime(Timestamp &timestamp) {
244 Timestamp timestamp = mAtomicTimestamp.read();
H A DAAudioServiceEndpointShared.cpp184 Timestamp timestamp = mAtomicTimestamp.read();
H A DAAudioServiceStreamBase.h290 SimpleDoubleBuffer<Timestamp> mAtomicTimestamp;
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h40 typedef struct Timestamp { struct
43 } Timestamp; typedef in typeref:struct:Timestamp
250 Timestamp timestamps[MAX_TIMESTAMPS];
328 Timestamp *timestamp = &sineData->timestamps[sineData->timestampCount];
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h285 using Timestamp = int64_t;
288 PDX_REMOTE_METHOD(Wait, kOpWait, Timestamp(Void));
289 PDX_REMOTE_METHOD(GetLastTimestamp, kOpGetLastTimestamp, Timestamp(Void));
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.h167 SimpleDoubleBuffer<Timestamp> mAtomicTimestamp;
H A DAudioStreamInternal.cpp421 Timestamp timestamp = mAtomicTimestamp.read();
467 Timestamp timestamp(message->timestamp.position, message->timestamp.timestamp);
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp177 Timestamp *timestamp = &myData.timestamps[i];
182 printf("Timestamp %3d : %8lld, %8lld %s\n", i,
/frameworks/base/config/
H A Dpreloaded-classes5286 java.sql.Timestamp
H A Dboot-image-profile.txt[all...]

Completed in 179 milliseconds