Searched refs:lpRecorder (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp226 sp<AudioRecord> lpRecorder = new AudioRecord(); local
227 if (lpRecorder == NULL) {
240 lpRecorder->set((audio_source_t) source,
251 if (lpRecorder->initCheck() != NO_ERROR) {
262 nSession[0] = lpRecorder->getSessionId();
272 setAudioRecord(env, thiz, lpRecorder);
296 sp<AudioRecord> lpRecorder = getAudioRecord(env, thiz); local
297 if (lpRecorder == NULL ) {
303 lpRecorder->start((AudioSystem::sync_event_t)event, triggerSession));
311 sp<AudioRecord> lpRecorder local
326 sp<AudioRecord> lpRecorder = setAudioRecord(env, thiz, 0); local
371 sp<AudioRecord> lpRecorder = getAudioRecord(env, thiz); local
419 sp<AudioRecord> lpRecorder = getAudioRecord(env, thiz); local
447 sp<AudioRecord> lpRecorder = getAudioRecord(env, thiz); local
460 sp<AudioRecord> lpRecorder = getAudioRecord(env, thiz); local
477 sp<AudioRecord> lpRecorder = getAudioRecord(env, thiz); local
491 sp<AudioRecord> lpRecorder = getAudioRecord(env, thiz); local
[all...]

Completed in 409 milliseconds