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() 542 aaudio_result_t createThread_l(int64_t periodNanoseconds, 570 void setPeriodNanoseconds(int64_t periodNanoseconds) { in setPeriodNanoseconds() argument 571 mPeriodNanoseconds.store(periodNanoseconds, std::memory_order_release); in setPeriodNanoseconds()
|
D | AudioStream.cpp | 450 aaudio_result_t AudioStream::createThread_l(int64_t periodNanoseconds, in createThread_l() argument 464 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 | 193 int64_t periodNanoseconds) { in registerAudioThread() argument 197 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 | 105 int64_t periodNanoseconds) override; 255 int64_t periodNanoseconds) { in registerAudioThread() argument 260 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
|