Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawDevice.cpp59 for (auto const &packet : digest.packets) { in HidRawDevice() local
191 const HidParser::ReportPacket *packet = getReportPacket(HidParser::REPORT_TYPE_FEATURE, id); in getFeature() local
230 const HidParser::ReportPacket *packet = getReportPacket(HidParser::REPORT_TYPE_FEATURE, id); in setFeature() local
264 const HidParser::ReportPacket *packet = getReportPacket(HidParser::REPORT_TYPE_OUTPUT, id); in sendReport() local
DHidRawSensor.cpp145 for (const auto &packet : packets) { in HidRawSensor() local
396 for (const auto &packet : packets) { in find() local
452 for (const auto &packet : packets) { in populateFeatureValueFromFeatureReport() local
DHidRawSensorDevice.cpp66 for (const auto &packet : digest.packets) { in HidRawSensorDevice() local
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc75 [cb](const hidl_vec<uint8_t>& packet) { in initialize()
81 [cb](const hidl_vec<uint8_t>& packet) { in initialize()
87 [cb](const hidl_vec<uint8_t>& packet) { in initialize()
Dvendor_interface.cc58 HC_BT_HDR* packet = reinterpret_cast<HC_BT_HDR*>(new uint8_t[packet_size]); in WrapPacketAndCopy() local
69 bool internal_command_event_match(const hidl_vec<uint8_t>& packet) { in internal_command_event_match()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.cpp233 ReportPacket packet = { in convertGroupToPacket() local
288 for (const auto &packet : i.packets) { in operator <<() local
/hardware/google/apf/
Dapf_run.c65 uint8_t* packet; in main() local
Dapf_interpreter.c48 const uint8_t* packet, uint32_t packet_len, in accept_packet()