Searched defs:packet (Results 1 – 12 of 12) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawDevice.cpp | 59 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
|
D | HidRawSensorDevice.cpp | 66 for (const auto &packet : digest.packets) { in HidRawSensorDevice() local
|
D | HidRawSensor.cpp | 145 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
|
/hardware/interfaces/bluetooth/1.1/default/ |
D | bluetooth_hci.cc | 79 [cb](const hidl_vec<uint8_t>& packet) { in initialize_1_1() 85 [cb](const hidl_vec<uint8_t>& packet) { in initialize_1_1() 91 [cb](const hidl_vec<uint8_t>& packet) { in initialize_1_1() 97 [cb](const hidl_vec<uint8_t>& packet) { in initialize_1_1()
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.cc | 75 [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()
|
D | vendor_interface.cc | 56 HC_BT_HDR* packet = reinterpret_cast<HC_BT_HDR*>(new uint8_t[packet_size]); in WrapPacketAndCopy() local 67 bool internal_command_event_match(const hidl_vec<uint8_t>& packet) { in internal_command_event_match()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.cpp | 233 ReportPacket packet = { in convertGroupToPacket() local 288 for (const auto &packet : i.packets) { in operator <<() local
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.cpp | 1402 media_metadata_buffer * packet = in allocateMore() local 1470 media_metadata_buffer *packet = in allocateMeta() local 1577 media_metadata_buffer *packet = NULL; in getMemory() local 1660 const media_metadata_buffer *packet = in closeNativeHandle() local 1695 const media_metadata_buffer *packet = in closeNativeHandle() local 1743 const media_metadata_buffer *packet = in getMatchBufIndex() local 1842 const media_metadata_buffer *packet = in needPerfEvent() local
|
/hardware/google/apf/ |
D | apf_interpreter.c | 29 #define APF_TRACE_HOOK(pc, regs, program, program_len, packet, packet_len, memory, memory_len) \ argument 46 const uint8_t* packet, uint32_t packet_len, in accept_packet()
|
D | apf_run.c | 98 uint8_t* packet; in packet_handler() local 187 char* packet = NULL; in main() local
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 2140 cam_sock_packet_t packet; in mm_stream_map_buf() local 2208 cam_sock_packet_t packet; in mm_stream_map_bufs() local 2301 cam_sock_packet_t packet; in mm_stream_unmap_buf() local
|
D | mm_camera.c | 1954 cam_sock_packet_t packet; in mm_camera_map_buf() local 1994 cam_sock_packet_t packet; in mm_camera_map_bufs() local 2050 cam_sock_packet_t packet; in mm_camera_unmap_buf() local
|