HomeSort by relevance Sort by last modified time
    Searched refs:cec (Results 26 - 50 of 63) sorted by null

12 3

  /frameworks/base/services/core/java/com/android/server/hdmi/
TimerRecordingAction.java 25 import android.hardware.tv.cec.V1_0.SendMessageResult;
HdmiCecController.java 20 import android.hardware.tv.cec.V1_0.Result;
21 import android.hardware.tv.cec.V1_0.SendMessageResult;
42 * Manages HDMI-CEC command and behaviors. It converts user's command into CEC command
43 * and pass it to CEC HAL so that it sends message to other device. For incoming
96 // Handler instance to process various messages coming from other CEC
106 // Stores the local CEC devices in the system. Device type is used for key.
109 // Stores recent CEC messages history for debugging purpose.
297 * @return CEC physical address of the device. The range of success address
307 * Return CEC version of the device
    [all...]
HdmiControlService.java 48 import android.hardware.tv.cec.V1_0.OptionKey;
49 import android.hardware.tv.cec.V1_0.SendMessageResult;
89 * HDMI-CEC and MHL control command, and providing the information on both standard.
184 // A thread to handle synchronous IO of CEC and MHL control service.
185 // Since all of CEC and MHL HAL interfaces processed in short time (< 200ms)
216 // Set to true while HDMI control is enabled. If set to false, HDMI-CEC/MHL protocol
302 // Buffer for processing the incoming cec messages while allocating logical addresses.
398 Slog.i(TAG, "Device does not support HDMI-CEC.");
649 // Initialize HDMI port information. Combine the information from CEC and MHL HAL and
656 // CEC HAL provides majority of the info while MHL does only MHL support flag fo
    [all...]
HdmiCecLocalDeviceTv.java 39 import android.hardware.tv.cec.V1_0.SendMessageResult;
105 // All external cec input(source) devices. Does not include system audio device.
109 // Map-like container of all cec devices including local ones.
120 // List of the logical address of local CEC devices. Unmodifiable, thread-safe.
129 // Set of physical addresses of CEC switches on the CEC bus. Managed independently from
130 // other CEC devices since they might not have logical address.
141 // process any CEC commands that arrived before the input is added.
212 mCecSwitches.add(mService.getPhysicalAddress()); // TV is a CEC switch too.
291 // Switching to internal source is always successful even when CEC control is disabled
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera2.cpp 218 const EmulatedCamera2* cec = static_cast<const EmulatedCamera2*>(d); local
219 return const_cast<EmulatedCamera2*>(cec);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera2.cpp 191 const EmulatedCamera2 *cec = static_cast<const EmulatedCamera2 *>(d); local
192 return const_cast<EmulatedCamera2 *>(cec);
  /hardware/libhardware/include/hardware/
hdmi_cec.h 68 * HDMI CEC messages
199 /* When set to false, all the CEC commands are discarded. Used when
200 * user changes the TV settings to disable CEC functionality.
206 * CEC service and yield the control over to the microprocessor that is
209 * handling the cec commands. This is called when system goes
211 * start/stop handling CEC commands on behalf of the system.
227 * Maximum length in bytes of cec message body (exclude header block),
228 * should not exceed 16 (spec CEC 6 Frame Description)
254 int opcode; /* CEC opcode */
264 cec_message_t cec; member in union:hdmi_event::__anon48235
    [all...]
  /test/vts/tools/build/tasks/list/
vts_adapter_package_list.mk 203 android.hardware.tv.cec@1.0-adapter \
204 android.hardware.tv.cec@1.0-adapter-helper \
vts_test_lib_hidl_package_list.mk 89 android.hardware.tv.cec@1.0-vts.driver \
182 android.hardware.tv.cec@1.0-vts.profiler \
vts_func_fuzzer_package_list.mk 107 android.hardware.tv.cec@1.0-vts.func_fuzzer.HdmiCec \
  /hardware/interfaces/tv/cec/1.0/default/
HdmiCec.cpp 17 #define LOG_TAG "android.hardware.tv.cec@1.0-impl"
27 namespace cec { namespace in namespace:android::hardware::tv
269 // Methods from ::android::hardware::tv::cec::V1_0::IHdmiCec follow.
419 } // namespace cec
  /test/vts/script/
setup-local.sh 87 hidl-gen -o ${ANDROID_BUILD_TOP}/output -L vts -r android.hardware:hardware/interfaces -r android.hidl:system/libhidl/transport android.hardware.tv.cec@1.0
  /system/sepolicy/vendor/
file_contexts 45 /(vendor|system/vendor)/bin/hw/android\.hardware\.tv\.cec@1\.0-service u:object_r:hal_tv_cec_default_exec:s0
  /external/kernel-headers/original/uapi/linux/
cec-funcs.h 3 * cec - HDMI Consumer Electronics Control message functions
40 #include <linux/cec.h>
873 * As of CEC 2.0 no extended features are defined, should those be added
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-f.d     [all...]
psn.d     [all...]
opc-b.d     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
sysreg-1.d     [all...]
neon-fp-cvt-int.d 835 cec: 7f50fce7 fcvtzu d7, d7, #48
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
cortex-a8-fix-blx-bcond.d 900 9cec: f3af 8000 nop\.w
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
all-opcodes.d 824 32e: 3cec.*
828 332: 3cec.*
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
label-001.d 907 cec: 2f 00 5e 00 nop || nop
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
allinsn.d     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mep/
dj1.be.d     [all...]
dj1.le.d     [all...]

Completed in 2037 milliseconds

12 3