OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecorderErrorCallback
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java
50
private final RecorderErrorCallback
mRecorderErrorCallback
= new RecorderErrorCallback();
213
mRecorder.setOnErrorListener(
mRecorderErrorCallback
);
274
mRecorder.setOnErrorListener(
mRecorderErrorCallback
);
347
mRecorder.setOnErrorListener(
mRecorderErrorCallback
);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java
64
private final RecorderErrorCallback
mRecorderErrorCallback
= new RecorderErrorCallback();
206
mRecorder.setOnErrorListener(
mRecorderErrorCallback
);
270
mRecorder.setOnErrorListener(
mRecorderErrorCallback
);
359
mRecorder.setOnErrorListener(
mRecorderErrorCallback
);
426
mRecorder.setOnErrorListener(
mRecorderErrorCallback
);
Completed in 5962 milliseconds