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

  /external/opencore/android/
android_audio_output.h 78 static int start_audout_thread_func(TOsclThreadFuncArg arg);
android_audio_output.cpp 272 OsclProcStatus::eOsclProcError ret = AudioOutput_Thread.Create((TOsclThreadFuncPtr)start_audout_thread_func,
335 /*static*/ int AndroidAudioOutput::start_audout_thread_func(TOsclThreadFuncArg arg) function in class:AndroidAudioOutput
337 LOGV("start_audout_thread_func in");
341 LOGV("start_audout_thread_func out return code %d",err);

Completed in 30 milliseconds