Searched defs:openRecord (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp148 virtual sp<IAudioRecord> openRecord( function in class:android::BpAudioFlinger
177 ALOGE("openRecord error: %s", strerror(-lStatus));
191 ALOGE("openRecord should have returned an IAudioRecord");
196 ALOGE("openRecord returned an IAudioRecord but with status %d", lStatus);
799 sp<IAudioRecord> record = openRecord(input,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1228 sp<IAudioRecord> AudioFlinger::openRecord( function in class:android::AudioFlinger
1249 ALOGE("openRecord() permission denied: recording not allowed");
1255 ALOGE("openRecord() invalid format %d", format);
1265 ALOGE("openRecord() checkRecordThread_l failed");
1272 ALOGE("openRecord() permission denied: capture not allowed");
1291 // TODO: the uid should be passed in as a parameter to openRecord

Completed in 32 milliseconds