/hardware/libhardware/include/hardware/ |
D | input.h | 416 input_device_identifier_t* (*create_device_identifier)(input_host_t* host, 424 input_device_definition_t* (*create_device_definition)(input_host_t* host); 431 input_report_definition_t* (*create_input_report_definition)(input_host_t* host); 432 input_report_definition_t* (*create_output_report_definition)(input_host_t* host); 437 void (*free_report_definition)(input_host_t* host, input_report_definition_t* report_def); 442 void (*input_device_definition_add_report)(input_host_t* host, 455 void (*input_report_definition_add_collection)(input_host_t* host, 462 void (*input_report_definition_declare_usage_int)(input_host_t* host, 470 void (*input_report_definition_declare_usages_bool)(input_host_t* host, 479 input_device_handle_t* (*register_device)(input_host_t* host, [all …]
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.h | 43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {} in InputHostBase() argument 55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : in InputReport() argument 56 InputHostBase(host, cb), mReport(r) {} in InputReport() 75 InputReportDefinition(input_host_t* host, input_host_callbacks_t cb, in InputReportDefinition() argument 76 input_report_definition_t* r) : InputHostBase(host, cb), mReportDefinition(r) {} in InputReportDefinition() 96 InputDeviceDefinition(input_host_t* host, input_host_callbacks_t cb, in InputDeviceDefinition() argument 98 InputHostBase(host, cb), mDeviceDefinition(d) {} in InputDeviceDefinition() 115 InputProperty(input_host_t* host, input_host_callbacks_t cb, input_property_t* p) : in InputProperty() argument 116 InputHostBase(host, cb), mProperty(p) {} in InputProperty() 133 InputPropertyMap(input_host_t* host, input_host_callbacks_t cb, input_property_map_t* m) : in InputPropertyMap() argument [all …]
|
D | InputDeviceManager.h | 39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager() argument 40 mHost(host) {} in InputDeviceManager()
|
D | EvdevModule.cpp | 99 input_host_t* host, input_host_callbacks_t cb) { in input_init() argument 101 auto inputHost = new InputHost(host, cb); in input_init()
|
D | InputDevice.cpp | 96 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice() argument 97 mHost(host), mDeviceNode(node), mDeviceDefinition(mHost->createDeviceDefinition()) { in EvdevDevice()
|
D | InputDevice.h | 58 EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node);
|
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHciCallbacks.hal | 35 * Send an ACL data packet form the controller to the host. 36 * @param data the ACL HCI packet to be passed to the host stack 41 * Send a SCO data packet form the controller to the host. 42 * @param data the SCO HCI packet to be passed to the host stack
|
D | IBluetoothHci.hal | 23 * specification between the software that runs on the host and the Bluetooth 45 * from the controller to be sent to the host.
|
/hardware/interfaces/bluetooth/1.1/ |
D | IBluetoothHciCallbacks.hal | 27 * Send a ISO data packet form the controller to the host. 28 * @param data the ISO HCI packet to be passed to the host stack
|
D | IBluetoothHci.hal | 25 * specification between the software that runs on the host and the Bluetooth
|
/hardware/interfaces/usb/1.0/ |
D | types.hal | 45 * The port can either be a "host" or a "device" for data. 59 * as a host. A UFP port which can only act as a device. 60 * Or a dual role ports which can either can as a host or 76 * Indicates that the port is acting as a host for data. 124 * Indicates the port can only act as host for data and source for power. 208 * DFP - Indicates the port can only act as host for data
|
/hardware/google/apf/ |
D | TEST_MAPPING | 5 "host": true }
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | Android.bp | 58 host: { 65 // host test is targeting linux host only
|
/hardware/interfaces/nfc/1.1/ |
D | types.hal | 68 /** Default off-host route. 0x00 if there aren't any. Refer to NCI spec. */ 72 * Default off-host route for Felica. 0x00 if there aren't any. Refer to 99 /** list of white listed host ids, as per ETSI TS 102 622 */
|
/hardware/qcom/msm8998/json-c/ |
D | Android.configure.mk | 27 $(abspath $(json_c_TOP))/$(CONFIGURE) --host=$(CONFIGURE_HOST) \
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiStaIface.hal | 31 * memory buffer and returns it to the host. The returned buffer contains 36 * and all incoming packets must be passed to the host as if there was no
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pNetworkCallback.hal | 23 * Clients need to host an instance of this HIDL interface object and
|
D | ISupplicantCallback.hal | 22 * Clients need to host an instance of this HIDL interface object and
|
D | ISupplicantStaNetworkCallback.hal | 23 * Clients need to host an instance of this HIDL interface object and
|
/hardware/qcom/sm7150/gps/geofence/ |
D | configure.ac | 29 AS_CASE([$host],
|
/hardware/qcom/sm8150p/gps/geofence/ |
D | configure.ac | 29 AS_CASE([$host],
|
/hardware/qcom/sm8150/gps/geofence/ |
D | configure.ac | 29 AS_CASE([$host],
|
/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaIfaceCallback.hal | 25 * Clients need to host an instance of this HIDL interface object and
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 143 // the host to the hub. 149 // must not be used for messages from the hub to host. 150 // This value may be used for messages from the host
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantStaIfaceCallback.hal | 26 * Clients need to host an instance of this HIDL interface object and
|