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

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp173 virtual sp<IAudioRecord> openRecord( function in class:android::BpAudioFlinger
213 ALOGE("openRecord error: %s", strerror(-lStatus));
243 ALOGE("openRecord should have returned an IAudioRecord");
246 ALOGE("openRecord should have returned a cblk");
252 ALOGE("openRecord returned an IAudioRecord, cblk, "
976 sp<IAudioRecord> record = openRecord(input,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1429 sp<IAudioRecord> AudioFlinger::openRecord( function in class:android::AudioFlinger
1456 ALOGE("openRecord() permission denied: recording not allowed");
1463 ALOGE("openRecord() invalid sample rate %u", sampleRate);
1470 ALOGE("openRecord() invalid format %#x", format);
1477 ALOGE("openRecord() invalid channel mask %#x", channelMask);
1486 ALOGE("openRecord() checkRecordThread_l failed");
1503 ALOGV("openRecord() lSessionId: %d input %d", lSessionId, input);
1505 // TODO: the uid should be passed in as a parameter to openRecord

Completed in 91 milliseconds