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

  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiRecordListener.aidl 26 * @param recorderAddress
29 byte[] getOneTouchRecordSource(int recorderAddress);
34 * @param recorderAddress An address of recorder that reports result of one touch record
38 void onOneTouchRecordResult(int recorderAddress, int result);
42 * @param recorderAddress An address of recorder that reports result of timer recording
46 void onTimerRecordingResult(int recorderAddress, int result);
50 * @param recorderAddress An address of recorder that reports result of clear timer recording
54 void onClearTimerRecordingResult(int recorderAddress, int result);
HdmiRecordListener.java 34 * @param recorderAddress
37 public abstract RecordSource onOneTouchRecordSourceRequested(int recorderAddress);
42 * @param recorderAddress An address of recorder that reports result of one touch record
52 public void onOneTouchRecordResult(int recorderAddress, int result) {
58 * @param recorderAddress An address of recorder that reports result of timer recording
62 public void onTimerRecordingResult(int recorderAddress, TimerStatusData data) {
237 * @param recorderAddress An address of recorder that reports result of clear timer recording
248 public void onClearTimerRecordingResult(int recorderAddress, int result) {