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

/frameworks/base/media/libmedia/
H A DToneGenerator.cpp802 ToneGenerator::ToneGenerator(int streamType, float volume, bool threadCanCallJava) { argument
812 mThreadCanCallJava = threadCanCallJava;
H A DAudioRecord.cpp94 bool threadCanCallJava)
176 mClientRecordThread = new ClientRecordThread(*this, threadCanCallJava);
84 set( int inputSource, uint32_t sampleRate, int format, uint32_t channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, bool threadCanCallJava) argument
H A DAudioTrack.cpp113 bool threadCanCallJava)
224 mAudioTrackThread = new AudioTrackThread(*this, threadCanCallJava);
102 set( int streamType, uint32_t sampleRate, int format, int channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava) argument

Completed in 63 milliseconds