Searched refs:RecordingThreadWrapper (Results 1 – 2 of 2) sorted by relevance
107 static void *RecordingThreadWrapper(void *me);
585 void *AudioUsbALSA::RecordingThreadWrapper(void *me) { in RecordingThreadWrapper() function in android_audio_legacy::AudioUsbALSA1061 pthread_create(&mRecordingUsb, NULL, RecordingThreadWrapper, this); in startRecording()