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

/frameworks/av/media/libaaudio/src/binding/
H A DAAudioBinderClient.cpp194 int64_t periodNanoseconds) {
199 periodNanoseconds);
192 registerAudioThread(aaudio_handle_t streamHandle, pid_t clientThreadId, int64_t periodNanoseconds) argument
/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp315 aaudio_result_t AudioStream::createThread(int64_t periodNanoseconds, argument
329 setPeriodNanoseconds(periodNanoseconds);
H A DAudioStream.h141 virtual aaudio_result_t createThread(int64_t periodNanoseconds,
527 void setPeriodNanoseconds(int64_t periodNanoseconds) { argument
528 mPeriodNanoseconds.store(periodNanoseconds, std::memory_order_release);
/frameworks/av/services/oboeservice/
H A DAAudioService.cpp262 int64_t periodNanoseconds) {
260 registerAudioThread(aaudio_handle_t streamHandle, pid_t clientThreadId, int64_t periodNanoseconds) argument

Completed in 78 milliseconds