Home
last modified time | relevance | path

Searched refs:features_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc253 auto features_array = to_little_endian_array(map_supported_features); in sdpu_log_attribute_metrics() local
254 log_sdp_attribute(bda, service_uuid, ATTR_ID_MAP_SUPPORTED_FEATURES, features_array.size(), in sdpu_log_attribute_metrics()
255 features_array.data()); in sdpu_log_attribute_metrics()
266 auto features_array = to_little_endian_array(pbap_supported_features); in sdpu_log_attribute_metrics() local
267 log_sdp_attribute(bda, service_uuid, ATTR_ID_PBAP_SUPPORTED_FEATURES, features_array.size(), in sdpu_log_attribute_metrics()
268 features_array.data()); in sdpu_log_attribute_metrics()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-coretext-shape.cc698 …CFMutableArrayRef features_array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallB… in _hb_coretext_shape() local
734 CFArrayAppendValue (features_array, dict); in _hb_coretext_shape()
741 (const void **) &features_array, in _hb_coretext_shape()
745 CFRelease (features_array); in _hb_coretext_shape()