Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:recordTrack

1239     sp<RecordThread::RecordTrack> recordTrack;
1292 recordTrack = thread->createRecordTrack_l(client, sampleRate, format, channelMask,
1296 LOG_ALWAYS_FATAL_IF((lStatus == NO_ERROR) && (recordTrack == 0));
1299 // remove local strong reference to Client before deleting the RecordTrack so that the
1302 recordTrack.clear();
1307 recordHandle = new RecordHandle(recordTrack);