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

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp170 virtual sp<IAudioRecord> openRecord( function in class:android::BpAudioFlinger
206 ALOGE("openRecord error: %s", strerror(-lStatus));
236 ALOGE("openRecord should have returned an IAudioRecord");
239 ALOGE("openRecord should have returned a cblk");
245 ALOGE("openRecord returned an IAudioRecord, cblk, "
959 sp<IAudioRecord> record = openRecord(input,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1375 sp<IAudioRecord> AudioFlinger::openRecord( function in class:android::AudioFlinger
1400 ALOGE("openRecord() permission denied: recording not allowed");
1407 ALOGE("openRecord() invalid sample rate %u", sampleRate);
1415 ALOGE("openRecord() invalid format %#x", format);
1422 ALOGE("openRecord() invalid channel mask %#x", channelMask);
1431 ALOGE("openRecord() checkRecordThread_l failed");
1448 ALOGV("openRecord() lSessionId: %d input %d", lSessionId, input);
1450 // TODO: the uid should be passed in as a parameter to openRecord

Completed in 213 milliseconds