/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.h | 102 (const std::vector<HidParser::ReportPacket> &packets, 116 FeatureValue *featureValue, const std::vector<HidParser::ReportPacket> &packets); 122 bool findSensorControlUsage(const std::vector<HidParser::ReportPacket> &packets); 129 bool processTriAxisUsage(const std::vector<HidParser::ReportPacket> &packets, 133 bool processQuaternionUsage(const std::vector<HidParser::ReportPacket> &packets);
|
D | HidRawSensor.cpp | 36 SP(HidDevice) device, uint32_t usage, const std::vector<HidParser::ReportPacket> &packets) in HidRawSensor() argument 48 if (!populateFeatureValueFromFeatureReport(&mFeatureInfo, packets)) { in HidRawSensor() 53 if (!findSensorControlUsage(packets)) { in HidRawSensor() 71 translationTableValid = processTriAxisUsage(packets, in HidRawSensor() 84 translationTableValid = processTriAxisUsage(packets, in HidRawSensor() 96 if (!processTriAxisUsage(packets, in HidRawSensor() 102 const HidParser::ReportItem *pReportAccuracy = find(packets, in HidRawSensor() 133 translationTableValid = processQuaternionUsage(packets); in HidRawSensor() 145 for (const auto &packet : packets) { in HidRawSensor() 223 bool HidRawSensor::processQuaternionUsage(const std::vector<HidParser::ReportPacket> &packets) { in processQuaternionUsage() argument [all …]
|
D | HidRawSensorDevice.cpp | 64 sp<HidRawSensor> s(new HidRawSensor(this, usage, digest.packets)); in HidRawSensorDevice() 66 for (const auto &packet : digest.packets) { in HidRawSensorDevice()
|
D | HidRawDevice.cpp | 59 for (auto const &packet : digest.packets) { in HidRawDevice()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IDescrambler.hal | 57 * Add packets' PID to the descrambler for descrambling 59 * It is used by the client to specify Package ID (PID) of packets which the 62 * packets from different PIDs. 64 * @param pid the PID of packets to start to be descrambled. 74 * Remove packets' PID from the descrambler 76 * It is used by the client to specify Package ID (PID) of packets which the 79 * @param pid the PID of packets to stop to be descrambled.
|
D | types.hal | 1914 /* Packet ID is used to specify packets in transport stream. */ 1917 /* Packet ID is used to specify packets in MMTP */
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.cpp | 208 .packets = convertGroupToPacket(reportSetGroup) in digest() 223 std::vector<ReportPacket> packets; in convertGroupToPacket() local 264 packets.push_back(std::move(packet)); in convertGroupToPacket() 268 return packets; in convertGroupToPacket() 287 << ", " << i.packets.size() << " report packet:" << LOG_ENDL; in operator <<() 288 for (const auto &packet : i.packets) { in operator <<()
|
D | HidParser.h | 44 std::vector<ReportPacket> packets; member
|
/hardware/interfaces/bluetooth/1.0/ |
D | types.hal | 27 * HCI packets are transmitted as a vector of type uint8_t.
|
D | IBluetoothHci.hal | 25 * Abstraction Layer (HAL). Dealing only in HCI packets and events simplifies 44 * receive callbacks when incoming HCI packets are received
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIface.hal | 92 * Support for tracking connection packets' fate. 428 * Start sending the specified keep alive packets periodically. 451 * Stop sending the specified keep alive packets. 482 * - The packet fates are used to monitor the state of packets transmitted/ 496 * API to retrieve fates of outbound packets. 500 * packets. 524 * API to retrieve fates of inbound packets. 528 * packets.
|
D | types.hal | 403 * Number of received unicast data packets. 674 UNSOLICITED = 0, // Publish session broadcasts discovery packets 990 * The lifetime of the discovery session in number of transmitted SDF discovery packets. A value 1009 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these 1016 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these 1213 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these 1406 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these 1513 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these 2105 * Enum describing the fate of the TX packets. 2154 * Enum describing the fate of the TX packets. [all …]
|
/hardware/interfaces/wifi/1.2/ |
D | types.hal | 41 … * to data-path packets). A small value may reduce power consumption for small discovery packets.
|
D | IWifiStaIface.hal | 36 * and all incoming packets must be passed to the host as if there was no
|
/hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
D | HidRawDeviceTest.cpp | 73 device, reportDigest.fullUsage, reportDigest.packets); in test()
|
D | HidRawSensorTest.cpp | 142 auto *s = new HidRawSensor(device, digest.fullUsage, digest.packets); in test()
|
/hardware/interfaces/bluetooth/1.1/ |
D | IBluetoothHci.hal | 27 * Abstraction Layer (HAL). Dealing only in HCI packets and events simplifies
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioHost.hal | 21 * the encoding of the A2DP data packets is offloaded to platform
|
D | IBluetoothAudioOffload.hal | 23 * the encoding of the A2DP data packets is offloaded to platform
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 189 int32_t maxKeepaliveIntervalMillis; // the max interval between packets, in milliseconds
|
/hardware/interfaces/radio/1.2/ |
D | IRadio.hal | 135 * receiving packets. The prefix length of the addresses must be /32 for IPv4 and /128
|
/hardware/interfaces/radio/1.4/ |
D | IRadio.hal | 53 * receiving packets. The prefix length of the addresses must be /32 for IPv4 and /128
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 152 * IPv4 address the packets are NATed to. For e.g. 192.168.1.12.
|
/hardware/interfaces/radio/1.5/ |
D | IRadio.hal | 171 * receiving packets. The prefix length of the addresses must be /32 for IPv4 and /128
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 371 * is capable of sending and receiving packets. The prefix length
|