HomeSort by relevance Sort by last modified time
    Searched refs:attr_ids (Results 1 - 9 of 9) 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 71 bool RecordFileWriter::WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids) {
72 if (attr_ids.empty()) {
86 for (auto& attr_id : attr_ids) {
97 for (auto& attr_id : attr_ids) {
118 event_attr_ = *attr_ids[0].attr;
record_file.h 45 bool WriteAttrSection(const std::vector<EventAttrWithId>& attr_ids);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 273 ScopedLocalRef<jintArray> attr_ids(sCallbackEnv.get(), NULL);
279 /* allocate memory for attr_ids only if some attributes passed from below
281 attr_ids.reset((jintArray)sCallbackEnv->NewIntArray(num_attr));
282 if (!attr_ids.get()) {
286 sCallbackEnv->SetIntArrayRegion(attr_ids.get(), 0, num_attr,
292 (jlong)start_item, (jlong)end_item, (jbyte)num_attr, attr_ids.get());
    [all...]
com_android_bluetooth_avrcp_controller.cpp 217 (jbyte*)&(p_vals->attr_ids[i]));
    [all...]
  /hardware/libhardware/include/hardware/
bt_rc.h 182 uint8_t attr_ids[BTRC_MAX_APP_SETTINGS]; member in struct:__anon41146
  /system/bt/btif/src/
btif_rc.cc 1507 uint32_t attr_ids[BTRC_MAX_ELEM_ATTR_SIZE]; local
    [all...]

Completed in 155 milliseconds