OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFreeRunningPosition
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/services/oboeservice/
AAudioServiceEndpointShared.h
51
aaudio_result_t
getFreeRunningPosition
(int64_t *positionFrames, int64_t *timeNanos) override;
AAudioServiceEndpoint.h
78
virtual aaudio_result_t
getFreeRunningPosition
(int64_t *positionFrames, int64_t *timeNanos) = 0;
AAudioServiceEndpointMMAP.h
66
aaudio_result_t
getFreeRunningPosition
(int64_t *positionFrames, int64_t *timeNanos) override;
AAudioServiceStreamMMAP.h
78
aaudio_result_t
getFreeRunningPosition
(int64_t *positionFrames, int64_t *timeNanos) override;
AAudioServiceStreamShared.h
96
aaudio_result_t
getFreeRunningPosition
(int64_t *positionFrames, int64_t *timeNanos) override;
AAudioServiceStreamMMAP.cpp
147
aaudio_result_t AAudioServiceStreamMMAP::
getFreeRunningPosition
(int64_t *positionFrames,
157
aaudio_result_t result = serviceEndpointMMAP->
getFreeRunningPosition
(positionFrames, timeNanos);
169
// Get timestamp that was written by
getFreeRunningPosition
()
AAudioServiceEndpointShared.cpp
181
aaudio_result_t AAudioServiceEndpointShared::
getFreeRunningPosition
(int64_t *positionFrames,
AAudioServiceStreamBase.h
268
virtual aaudio_result_t
getFreeRunningPosition
(int64_t *positionFrames, int64_t *timeNanos) = 0;
AAudioServiceStreamShared.cpp
240
aaudio_result_t AAudioServiceStreamShared::
getFreeRunningPosition
(int64_t *positionFrames,
AAudioServiceEndpointMMAP.cpp
330
aaudio_result_t AAudioServiceEndpointMMAP::
getFreeRunningPosition
(int64_t *positionFrames,
AAudioServiceStreamBase.cpp
366
aaudio_result_t result =
getFreeRunningPosition
(&command.timestamp.position,
Completed in 163 milliseconds