Searched refs:periodNanoseconds (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libaaudio/src/core/ |
D | AudioStream.h | 167 aaudio_result_t createThread(int64_t periodNanoseconds, in createThread() argument 172 return createThread_l(periodNanoseconds, threadProc, threadArg); in createThread() 640 aaudio_result_t createThread_l(int64_t periodNanoseconds, 668 void setPeriodNanoseconds(int64_t periodNanoseconds) { in setPeriodNanoseconds() argument 669 mPeriodNanoseconds.store(periodNanoseconds, std::memory_order_release); in setPeriodNanoseconds()
|
D | AudioStream.cpp | 495 aaudio_result_t AudioStream::createThread_l(int64_t periodNanoseconds, in createThread_l() argument 509 setPeriodNanoseconds(periodNanoseconds); in createThread_l()
|
/frameworks/av/media/libaaudio/src/binding/aidl/aaudio/ |
D | IAAudioService.aidl | 77 long periodNanoseconds); in registerAudioThread() argument
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AAudioBinderAdapter.cpp | 127 int64_t periodNanoseconds) { in registerAudioThread() argument 133 streamHandleInfo.getHandle(), clientThreadId, periodNanoseconds, &result); in registerAudioThread()
|
D | AAudioBinderClient.cpp | 187 int64_t periodNanoseconds) { in registerAudioThread() argument 191 return service->registerAudioThread(streamHandleInfo, clientThreadId, periodNanoseconds); in registerAudioThread()
|
D | AAudioBinderAdapter.h | 55 int64_t periodNanoseconds) override;
|
D | AAudioServiceInterface.h | 89 int64_t periodNanoseconds) = 0;
|
D | AAudioBinderClient.h | 99 int64_t periodNanoseconds) override;
|
/frameworks/av/services/oboeservice/fuzzer/ |
D | oboeservice_fuzzer.cpp | 170 int64_t periodNanoseconds) override; 324 int64_t periodNanoseconds) { in registerAudioThread() argument 329 return service->registerAudioThread(streamHandleInfo, clientThreadId, periodNanoseconds); in registerAudioThread()
|
/frameworks/av/services/oboeservice/ |
D | AAudioService.h | 80 registerAudioThread(int32_t streamHandle, int32_t clientThreadId, int64_t periodNanoseconds,
|