HomeSort by relevance Sort by last modified time
    Searched refs:openRecord (Results 1 - 6 of 6) sorted by null

  /frameworks/av/include/media/
IAudioFlinger.h 47 // or-able bits shared by createTrack and openRecord, but not all combinations make sense
79 virtual sp<IAudioRecord> openRecord(
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js 722 var openRecord = recordStack[index - 1];
723 if (openRecord.startTime > timeRecord.startTime)
725 WebInspector.TimelinePresentationModel.adoptRecord(openRecord, timeRecord);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 114 virtual sp<IAudioRecord> openRecord(
AudioFlinger.cpp     [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 146 virtual sp<IAudioRecord> openRecord(
175 ALOGE("openRecord error: %s", strerror(-lStatus));
189 ALOGE("openRecord should have returned an IAudioRecord");
194 ALOGE("openRecord returned an IAudioRecord but with status %d", lStatus);
796 sp<IAudioRecord> record = openRecord(input,
    [all...]
AudioRecord.cpp 466 sp<IAudioRecord> record = audioFlinger->openRecord(input,

Completed in 669 milliseconds