HomeSort by relevance Sort by last modified time
    Searched full:get_physical_address (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/include/hardware/
hdmi_cec.h 322 * (*get_physical_address)() returns the CEC physical address. The
327 * is plugged off and on again. It is advised to call get_physical_address
332 int (*get_physical_address)(const struct hdmi_cec_device* dev, uint16_t* addr); member in struct:hdmi_cec_device
  /external/qemu/target-mips/
helper.c 107 static int get_physical_address (CPUMIPSState *env, hwaddr *physical, function
464 ret = get_physical_address(env, &physical, &prot,
498 ret = get_physical_address(env, &physical, &prot,
517 ret = get_physical_address(env, &phys_addr, &prot, addr, 0, ACCESS_INT);
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 212 if (!mDevice->get_physical_address(mDevice, &addr)) {
  /hardware/qcom/display/msm8084/hdmi_cec/
qhdmi_cec.cpp 458 dev->device.get_physical_address = cec_get_physical_address;

Completed in 415 milliseconds