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

/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp159 aaudio_result_t AudioStream::createThread(int64_t periodNanoseconds, argument
172 setPeriodNanoseconds(periodNanoseconds);
H A DAudioStream.h91 virtual aaudio_result_t createThread(int64_t periodNanoseconds,
287 void setPeriodNanoseconds(int64_t periodNanoseconds) { argument
288 mPeriodNanoseconds.store(periodNanoseconds, std::memory_order_release);
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioBinderClient.cpp164 int64_t periodNanoseconds) {
170 periodNanoseconds);
161 registerAudioThread(aaudio_handle_t streamHandle, pid_t clientProcessId, pid_t clientThreadId, int64_t periodNanoseconds) argument

Completed in 167 milliseconds