Searched refs:periodNanoseconds (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libaaudio/src/core/ |
D | AudioStream.h | 160 aaudio_result_t createThread(int64_t periodNanoseconds, in createThread() argument 165 return createThread_l(periodNanoseconds, threadProc, threadArg); in createThread() 563 aaudio_result_t createThread_l(int64_t periodNanoseconds, 591 void setPeriodNanoseconds(int64_t periodNanoseconds) { in setPeriodNanoseconds() argument 592 mPeriodNanoseconds.store(periodNanoseconds, std::memory_order_release); in setPeriodNanoseconds()
|
D | AudioStream.cpp | 457 aaudio_result_t AudioStream::createThread_l(int64_t periodNanoseconds, in createThread_l() argument 471 setPeriodNanoseconds(periodNanoseconds); in createThread_l()
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AAudioBinderAdapter.cpp | 108 int64_t periodNanoseconds) { in registerAudioThread() argument 110 …Status status = mDelegate->registerAudioThread(streamHandle, clientThreadId, periodNanoseconds, &r… in registerAudioThread()
|
D | AAudioBinderClient.cpp | 190 int64_t periodNanoseconds) { in registerAudioThread() argument 194 return service->registerAudioThread(streamHandle, clientThreadId, periodNanoseconds); in registerAudioThread()
|
D | AAudioBinderAdapter.h | 55 int64_t periodNanoseconds) override;
|
D | AAudioServiceInterface.h | 86 int64_t periodNanoseconds) = 0;
|
D | AAudioBinderClient.h | 94 int64_t periodNanoseconds) override;
|
/frameworks/av/media/libaaudio/src/binding/aidl/aaudio/ |
D | IAAudioService.aidl | 77 long periodNanoseconds); in registerAudioThread() argument
|
/frameworks/av/services/oboeservice/fuzzer/ |
D | oboeservice_fuzzer.cpp | 166 int64_t periodNanoseconds) override; 321 int64_t periodNanoseconds) { in registerAudioThread() argument 326 return service->registerAudioThread(streamHandle, clientThreadId, periodNanoseconds); in registerAudioThread()
|
/frameworks/av/services/oboeservice/ |
D | AAudioService.h | 79 registerAudioThread(int32_t streamHandle, int32_t clientThreadId, int64_t periodNanoseconds,
|
D | AAudioService.cpp | 257 …rvice::registerAudioThread(int32_t streamHandle, int32_t clientThreadId, int64_t periodNanoseconds, in registerAudioThread() argument
|