HomeSort by relevance Sort by last modified time
    Searched refs:attr_ids (Results 1 - 10 of 10) sorted by null

  /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...]
  /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,
  /system/extras/simpleperf/
record_file_writer.cpp 74 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) {
75 if (attr_ids.empty()) {
89 for (auto& attr_id : attr_ids) {
100 for (auto& attr_id : attr_ids) {
121 event_attr_ = *attr_ids[0].attr;
record_file.h 47 bool WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids);
  /external/perf_data_converter/src/quipper/
perf_reader_test.cc     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 274 ScopedLocalRef<jintArray> attr_ids(sCallbackEnv.get(), NULL);
280 /* allocate memory for attr_ids only if some attributes passed from below
282 attr_ids.reset((jintArray)sCallbackEnv->NewIntArray(num_attr));
283 if (!attr_ids.get()) {
287 sCallbackEnv->SetIntArrayRegion(attr_ids.get(), 0, num_attr,
293 (jlong)start_item, (jlong)end_item, (jbyte)num_attr, attr_ids.get());
    [all...]
com_android_bluetooth_avrcp_controller.cpp 218 (jbyte*)&(vals.attr_ids[i]));
    [all...]
  /system/bt/include/hardware/
bt_rc.h 182 uint8_t attr_ids[BTRC_MAX_APP_SETTINGS]; member in struct:__anon2004
  /system/bt/btif/src/
btif_rc.cc 1490 uint32_t attr_ids[BTRC_MAX_ELEM_ATTR_SIZE]; local
    [all...]

Completed in 298 milliseconds