HomeSort by relevance Sort by last modified time
    Searched defs:avr (Results 1 - 5 of 5) sorted by null

  /cts/suite/audio_quality/lib/src/audio/
Buffer.cpp 63 int16_t avr = (int16_t)(((int32_t)l + (int32_t)r)/2); local
64 data[i] = avr;
  /frameworks/base/services/core/java/com/android/server/hdmi/
HotplugDetectionAction.java 52 // Counter used to ensure the connection to AVR is stable. Occasional failure to get
53 // polling response from AVR despite its presence leads to unstable status flipping.
159 HdmiDeviceInfo avr = tv().getAvrDeviceInfo(); local
160 if (avr != null && tv().isConnected(avr.getPortId())) {
162 Slog.w(TAG, "Ack not returned from AVR. count: " + mAvrStatusCount);
172 // Reset the counter if the ack is returned from AVR.
HdmiCecLocalDeviceTv.java 71 // AVR as audio receiver.
812 // If there is AVR, initiate System Audio Auto initiation action,
815 HdmiDeviceInfo avr = getAvrDeviceInfo();
816 if (avr != null) {
817 onNewAvrAdded(avr)
856 HdmiDeviceInfo avr = getAvrDeviceInfo(); local
927 HdmiDeviceInfo avr = getAvrDeviceInfo(); local
940 HdmiDeviceInfo avr = getAvrDeviceInfo(); local
1132 HdmiDeviceInfo avr = getAvrDeviceInfo(); local
1676 HdmiDeviceInfo avr = getAvrDeviceInfo(); local
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 53 avr, // AVR: Atmel AVR microcontroller enumerator in enum:llvm::Triple::ArchType
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 

Completed in 400 milliseconds