Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dbluetooth_hci.cc54 [cb](const hidl_vec<uint8_t>& packet) { cb->hciEventReceived(packet); }, in initialize()
55 [cb](const hidl_vec<uint8_t>& packet) { cb->aclDataReceived(packet); }, in initialize()
56 [cb](const hidl_vec<uint8_t>& packet) { cb->scoDataReceived(packet); }); in initialize()
105 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand()
110 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData()
115 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData()
/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp122 const HostHubRawPacket *packet = GetTypedData(); in IsValid() local
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c40 struct NanohubPacket *packet = gRxBuf; in hostIntfSpiRxCallback() local
DhostIntf.c191 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetPayload() local
197 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetPayloadLen() local
203 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetFooter() local
209 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfComputeCrc() local
238 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfFindHandler() local
DnanohubCommand.c682 struct HostIntfDataBuffer *packet = &mTxNext; in fillBuffer() local
886 uint8_t *packet = slabAllocatorAlloc(mEventSlab); in forwardPacket() local
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp1400 media_metadata_buffer * packet = in allocateMore() local
1461 media_metadata_buffer *packet = in allocateMeta() local
1577 media_metadata_buffer *packet = in updateNativeHandle() local
1617 media_metadata_buffer * packet = NULL; in closeNativeHandle() local
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_update.c122 u_char buf[PACKETSZ], answer[PACKETSZ], packet[2*PACKETSZ]; in res_update() local
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1342 } packet = { in sendCalibrationOffsets() local
1371 } packet = { in sendCalibrationOffsets() local
1392 } packet = { in sendCalibrationOffsets() local
1680 } packet = { in setOperationParameter() local
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp1253 struct encoder_media_buffer_type * packet = in allocate() local
1308 struct encoder_media_buffer_type * packet = in allocateMore() local
1391 struct encoder_media_buffer_type * packet = in deallocate() local
DQCameraStream.cpp1041 struct encoder_media_buffer_type * packet = in bufDone() local
DQCamera2HWICallbacks.cpp1133 struct encoder_media_buffer_type * packet = in video_stream_cb_routine() local
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp1256 VideoNativeHandleMetadata *packet = in allocate() local
1312 VideoNativeHandleMetadata *packet = in allocateMore() local
1433 VideoNativeHandleMetadata *packet = in getMemory() local
DQCameraChannel.cpp809 const VideoNativeHandleMetadata *packet = in releaseFrame() local
DQCameraStream.cpp1041 struct encoder_media_buffer_type * packet = in bufDone() local
DQCamera2HWICallbacks.cpp1133 struct encoder_media_buffer_type * packet = in video_stream_cb_routine() local
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1947 cam_sock_packet_t packet; in mm_stream_map_buf() local
2015 cam_sock_packet_t packet; in mm_stream_map_bufs() local
2108 cam_sock_packet_t packet; in mm_stream_unmap_buf() local
Dmm_camera.c1925 cam_sock_packet_t packet; in mm_camera_map_buf() local
1965 cam_sock_packet_t packet; in mm_camera_map_bufs() local
2021 cam_sock_packet_t packet; in mm_camera_unmap_buf() local
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c1791 cam_sock_packet_t packet; in mm_camera_map_buf() local
1825 cam_sock_packet_t packet; in mm_camera_unmap_buf() local
Dmm_camera_stream.c1603 cam_sock_packet_t packet; in mm_stream_map_buf() local
1652 cam_sock_packet_t packet; in mm_stream_unmap_buf() local
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c1791 cam_sock_packet_t packet; in mm_camera_map_buf() local
1825 cam_sock_packet_t packet; in mm_camera_unmap_buf() local
Dmm_camera_stream.c1603 cam_sock_packet_t packet; in mm_stream_map_buf() local
1652 cam_sock_packet_t packet; in mm_stream_unmap_buf() local
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h56 static inline struct NanohubPacketFooter *nanohubGetPacketFooter(struct NanohubPacket *packet) in nanohubGetPacketFooter()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3579 uint8_t *packet; local