HomeSort by relevance Sort by last modified time
    Searched defs:mThreadType (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Effects.h 101 { mThread = thread; mThreadType = thread.promote()->type(); }
164 ThreadBase::type_t mThreadType; // parent thread type
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
NativeAudioThread.java 57 private int mThreadType;
122 mThreadType = threadType;
137 mThreadType = old.mThreadType;
226 long nativeHandle = nativeInit(mThreadType, mSamplingRate,

Completed in 873 milliseconds