Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/core/
DAudioStream.h91 virtual aaudio_result_t createThread(int64_t periodNanoseconds,
287 void setPeriodNanoseconds(int64_t periodNanoseconds) { in setPeriodNanoseconds() argument
288 mPeriodNanoseconds.store(periodNanoseconds, std::memory_order_release); in setPeriodNanoseconds()
DAudioStream.cpp159 aaudio_result_t AudioStream::createThread(int64_t periodNanoseconds, in createThread() argument
172 setPeriodNanoseconds(periodNanoseconds); in createThread()
/frameworks/av/media/libaaudio/src/binding/
DAAudioBinderClient.cpp164 int64_t periodNanoseconds) { in registerAudioThread() argument
170 periodNanoseconds); in registerAudioThread()
DAAudioServiceInterface.h81 int64_t periodNanoseconds) = 0;
DAAudioBinderClient.h87 int64_t periodNanoseconds) override;
DIAAudioService.h90 int64_t periodNanoseconds) = 0;
DIAAudioService.cpp191 int64_t periodNanoseconds) in registerAudioThread() argument
199 data.writeInt64(periodNanoseconds); in registerAudioThread()
/frameworks/av/services/oboeservice/
DAAudioService.h66 int64_t periodNanoseconds) ;
DAAudioService.cpp175 int64_t periodNanoseconds) { in registerAudioThread() argument