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

/frameworks/av/include/media/
H A DAudioRecord.h484 * or any other error code returned by IAudioRecord::start() or restoreRecord_l().
556 status_t restoreRecord_l(const char *from);
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp331 status = restoreRecord_l("start");
819 status = restoreRecord_l("obtainBuffer");
962 (void) restoreRecord_l("processAudioBuffer");
1176 status_t AudioRecord::restoreRecord_l(const char *from) function in class:android::AudioRecord
1198 ALOGW("restoreRecord_l() failed status %d", result);
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h484 * or any other error code returned by IAudioRecord::start() or restoreRecord_l().
556 status_t restoreRecord_l(const char *from);

Completed in 61 milliseconds