/external/autotest/server/cros/bluetooth/ |
bluetooth_tester.py | 171 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, 179 @param attr_ids: a list, where each element is either an attribute ID 191 handle, max_attr_byte_count, attr_ids, forced_pdu_size, 197 attr_ids, preferred_size=32, 205 @param attr_ids: a list, where each element is either an attribute ID 219 uuids, max_attr_byte_count, attr_ids, preferred_size,
|
/external/autotest/client/common_lib/cros/bluetooth/ |
bluetooth_sdp_socket.py | 344 def _pack_attr_ids(self, attr_ids): 347 @param attr_ids: List of Attribute IDs. 354 attr_ids.sort() 356 for attr_id in attr_ids: 456 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, 464 @param attr_ids: a list, where each element is either an attribute ID 482 self._pack_attr_ids(attr_ids)) 519 attr_ids, preferred_size=32, 527 @param attr_ids: a list, where each element is either an attribute ID 550 self._pack_attr_ids(attr_ids)) [all...] |
/system/extras/simpleperf/ |
record_file_writer.cpp | 69 bool RecordFileWriter::WriteAttrSection(const std::vector<AttrWithId>& attr_ids) { 70 if (attr_ids.empty()) { 84 for (auto& attr_id : attr_ids) { 95 for (auto& attr_id : attr_ids) { 116 event_attr_ = *attr_ids[0].attr;
|
record_file.h | 46 bool WriteAttrSection(const std::vector<AttrWithId>& attr_ids);
|
cmd_record.cpp | 513 std::vector<AttrWithId> attr_ids; local 524 attr_ids.push_back(attr_id); 526 if (!writer->WriteAttrSection(attr_ids)) {
|
/external/autotest/client/cros/bluetooth/ |
bluetooth_tester_xmlrpc_server.py | 357 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, 365 @param attr_ids: a list, where each element is either an attribute ID 377 handle, max_attr_byte_count, attr_ids, forced_pdu_size, 383 attr_ids, preferred_size=32, 391 @param attr_ids: a list, where each element is either an attribute ID 405 uuids, max_attr_byte_count, attr_ids, preferred_size,
|
/hardware/libhardware/include/hardware/ |
bt_rc.h | 102 uint8_t attr_ids[BTRC_MAX_APP_SETTINGS]; member in struct:__anon31219
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_avrcp_controller.cpp | 250 sCallbackEnv->SetByteArrayRegion(playerattribs, k, 1, (jbyte*)&(p_vals->attr_ids[i]));
|
/system/bt/btif/src/ |
btif_rc.c | [all...] |