Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 37) sorted by relevance

12

/hardware/libhardware/include/hardware/
Dinput.h416 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/
DInputHost.h43 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 …]
DInputDeviceManager.h39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager() argument
40 mHost(host) {} in InputDeviceManager()
DEvdevModule.cpp99 input_host_t* host, input_host_callbacks_t cb) { in input_init() argument
101 auto inputHost = new InputHost(host, cb); in input_init()
DInputDevice.cpp96 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice() argument
97 mHost(host), mDeviceNode(node), mDeviceDefinition(mHost->createDeviceDefinition()) { in EvdevDevice()
DInputDevice.h58 EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node);
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHciCallbacks.hal35 * 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
DIBluetoothHci.hal23 * 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/
DIBluetoothHciCallbacks.hal27 * 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
DIBluetoothHci.hal25 * specification between the software that runs on the host and the Bluetooth
/hardware/interfaces/usb/1.0/
Dtypes.hal45 * 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/
DTEST_MAPPING5 "host": true }
/hardware/libhardware/modules/sensors/dynamic_sensor/
DAndroid.bp58 host: {
65 // host test is targeting linux host only
/hardware/interfaces/nfc/1.1/
Dtypes.hal68 /** 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/
DAndroid.configure.mk27 $(abspath $(json_c_TOP))/$(CONFIGURE) --host=$(CONFIGURE_HOST) \
/hardware/interfaces/wifi/1.2/
DIWifiStaIface.hal31 * 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/
DISupplicantP2pNetworkCallback.hal23 * Clients need to host an instance of this HIDL interface object and
DISupplicantCallback.hal22 * Clients need to host an instance of this HIDL interface object and
DISupplicantStaNetworkCallback.hal23 * Clients need to host an instance of this HIDL interface object and
/hardware/qcom/sm7150/gps/geofence/
Dconfigure.ac29 AS_CASE([$host],
/hardware/qcom/sm8150p/gps/geofence/
Dconfigure.ac29 AS_CASE([$host],
/hardware/qcom/sm8150/gps/geofence/
Dconfigure.ac29 AS_CASE([$host],
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIfaceCallback.hal25 * Clients need to host an instance of this HIDL interface object and
/hardware/interfaces/contexthub/1.0/
Dtypes.hal143 // 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/
DISupplicantStaIfaceCallback.hal26 * Clients need to host an instance of this HIDL interface object and

12