Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 25 of 39) sorted by relevance

12

/hardware/interfaces/bluetooth/1.0/
DIBluetoothHciCallbacks.hal35 * Send an ACL data packet form the controller to the host.
41 * Send a SCO data packet form the controller to the host.
DIBluetoothHci.hal52 * Send an HCI command (as specified in the Bluetooth Specification
62 * Send an HCI ACL data packet (as specified in the Bluetooth Specification
71 * Send an SCO data packet (as specified in the Bluetooth Specification
/hardware/interfaces/bluetooth/1.0/default/
Dhci_protocol.h40 virtual size_t Send(uint8_t type, const uint8_t* data, size_t length) = 0;
Dmct_protocol.h35 size_t Send(uint8_t type, const uint8_t* data, size_t length);
Dh4_protocol.h42 size_t Send(uint8_t type, const uint8_t* data, size_t length);
Dmct_protocol.cc42 size_t MctProtocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::MctProtocol
Dvendor_interface.h45 size_t Send(uint8_t type, const uint8_t* data, size_t length);
Dh4_protocol.cc32 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
Dvendor_interface.cc90 VendorInterface::get()->Send(type, bt_hdr->data, bt_hdr->len); in transmit_cb()
312 size_t VendorInterface::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::V1_0::implementation::VendorInterface
327 return hci_->Send(type, data, length); in Send()
Dbluetooth_hci.cc137 VendorInterface::get()->Send(type, data.data(), data.size()); in sendDataToController()
/hardware/interfaces/camera/device/1.0/
DICameraDeviceCallback.hal57 * Send a buffer of image data to the camera service
69 * Send a buffer of image data to the camera service, with a timestamp
83 * Send a buffer of image data to the camera service, with a timestamp
98 * Send a batch of image data buffer to the camera service, with timestamps
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIface.hal221 * Send driver command to get MAC address of the device.
234 * Send driver command to start RX filter.
245 * Send driver command to stop RX filter.
256 * Send driver command to add the specified RX filter.
269 * Send driver command to remove the specified RX filter.
282 * Send driver command to set Bluetooth coexistence mode.
295 * Send driver command to set Bluetooth coexistence scan mode.
311 * Send driver command to set suspend optimizations for power save.
324 * Send driver command to set country code.
/hardware/interfaces/drm/1.0/
DIDrmPluginListener.hal43 * Send a license expiration update to the listener. The expiration
55 * Send a keys change event to the listener. The keys change event
/hardware/interfaces/thermal/2.0/
DIThermalChangedCallback.hal26 * Send a thermal throttling event to all ThermalHAL
/hardware/interfaces/tv/tuner/1.1/
DIFilterCallback.hal28 * @param filterEventExt a v1_1 extended filter event. Send an empty filterEvent along with
/hardware/interfaces/bluetooth/1.1/
DIBluetoothHciCallbacks.hal27 * Send a ISO data packet form the controller to the host.
DIBluetoothHci.hal38 * Send an ISO data packet (as specified in the Bluetooth Core
/hardware/interfaces/thermal/1.1/
DIThermalCallback.hal26 * Send a thermal throttling start/stop event to all ThermalService
/hardware/interfaces/cas/1.1/
DICas.hal31 * Send an scheme-specific session event to the CasPlugin.
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc190 VendorInterface::get()->Send(type, data.data(), data.size()); in sendDataToController()
/hardware/interfaces/drm/1.2/
DIDrmPluginListener.hal41 * Send a keys change event to the listener. The keys change event
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc100 protocol_->Send(type, (uint8_t*)data, data_length); in SendAndReadUartOutbound()
Dh4_protocol_unittest.cc97 protocol_->Send(type, (uint8_t*)data, data_length); in SendAndReadUartOutbound()
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal29 * Send CAN message.
/hardware/interfaces/radio/1.0/
DIRadio.hal243 * Send UDUB (user determined user busy) to ringing or
315 * Send a DTMF tone
329 * Send an SMS message
343 * Send an SMS message. Identical to sendSms,
418 * Send a USSD message.
950 * Send FLASH command
960 * Send DTMF string
972 * Send a CDMA SMS message
1262 * Send a SMS message over IMS.
1543 * Send the updated device state.

12