Searched defs:sourceType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 70 void startTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource); in startTimerRecording() 71 void clearTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource); in clearTimerRecording()
|
D | HdmiRecordSources.java | 65 /* package */ RecordSource(int sourceType, int extraDataSize) { in RecordSource()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | TimerRecordingAction.java | 47 TimerRecordingAction(HdmiCecLocalDevice source, int recorderAddress, int sourceType, in TimerRecordingAction()
|
D | HdmiCecLocalDeviceTv.java | 1720 void startTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) { in startTimerRecording() 1750 private boolean checkTimerRecordingSource(int sourceType, byte[] recordSource) { in checkTimerRecordingSource() 1756 void clearTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) { in clearTimerRecording() 1781 private void sendClearTimerMessage(final int recorderAddress, int sourceType, in sendClearTimerMessage()
|
D | HdmiControlService.java | 1559 public void startTimerRecording(final int recorderAddress, final int sourceType, in startTimerRecording() 1575 public void clearTimerRecording(final int recorderAddress, final int sourceType, in clearTimerRecording()
|
/frameworks/base/tools/aapt/ |
D | ZipFile.cpp | 359 const char* storageName, int sourceType, int compressionMethod, in addCommon()
|