OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restoreRecord_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/
AudioRecord.h
372
* or any other error code returned by IAudioRecord::start() or
restoreRecord_l
().
431
status_t
restoreRecord_l
(const char *from);
/frameworks/av/media/libmedia/
AudioRecord.cpp
305
status =
restoreRecord_l
("start");
592
status =
restoreRecord_l
("obtainBuffer");
724
(void)
restoreRecord_l
("processAudioBuffer");
928
status_t AudioRecord::
restoreRecord_l
(const char *from)
948
ALOGW("
restoreRecord_l
() failed status %d", result);
Completed in 180 milliseconds