Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 25 of 39) sorted by relevance

12

/system/bt/bta/ar/
Dbta_ar.cc221 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc() argument
227 if (!mask || !categories) return; in bta_ar_reg_avrc()
233 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc()
242 bta_ar_cb.ct_categories[mask - 1] = categories; in bta_ar_reg_avrc()
243 categories = bta_ar_cb.ct_categories[0] | bta_ar_cb.ct_categories[1]; in bta_ar_reg_avrc()
246 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc()
254 UINT16_TO_BE_STREAM(p, categories); in bta_ar_reg_avrc()
273 uint16_t categories = 0; in bta_ar_dereg_avrc() local
288 categories = bta_ar_cb.ct_categories[0] | bta_ar_cb.ct_categories[1]; in bta_ar_dereg_avrc()
289 if (!categories) { in bta_ar_dereg_avrc()
[all …]
/system/sepolicy/prebuilts/api/26.0/private/
Dmls_decl5 # Generate the desired number of sensitivities and categories.
Datrace.te10 # boottrace services uses /data/misc/boottrace/categories
Dmls_macros40 # levels from s0 to (N-1) with categories c0 to (M-1)
Dmls97 # This would only make sense if apps were assigned categories
98 # based on allowable communications rather than per-app categories.
/system/sepolicy/prebuilts/api/29.0/private/
Dmls_decl5 # Generate the desired number of sensitivities and categories.
Dmls_macros40 # levels from s0 to (N-1) with categories c0 to (M-1)
/system/sepolicy/reqd_mask/
Dmls_decl5 # Generate the desired number of sensitivities and categories.
Dmls_macros40 # levels from s0 to (N-1) with categories c0 to (M-1)
/system/sepolicy/prebuilts/api/28.0/private/
Dmls_decl5 # Generate the desired number of sensitivities and categories.
Dmls_macros40 # levels from s0 to (N-1) with categories c0 to (M-1)
Datrace.te7 # boottrace services uses /data/misc/boottrace/categories
Dmls97 # This would only make sense if apps were assigned categories
98 # based on allowable communications rather than per-app categories.
/system/sepolicy/prebuilts/api/27.0/private/
Dmls_decl5 # Generate the desired number of sensitivities and categories.
Datrace.te10 # boottrace services uses /data/misc/boottrace/categories
Dmls_macros40 # levels from s0 to (N-1) with categories c0 to (M-1)
Dmls97 # This would only make sense if apps were assigned categories
98 # based on allowable communications rather than per-app categories.
/system/sepolicy/private/
Dmls_decl5 # Generate the desired number of sensitivities and categories.
Dmls_macros40 # levels from s0 to (N-1) with categories c0 to (M-1)
Dmls104 # This would only make sense if apps were assigned categories
105 # based on allowable communications rather than per-app categories.
/system/bt/bta/include/
Dbta_ar_api.h125 const char* p_provider_name, uint16_t categories,
/system/bt/stack/avrc/
Davrc_sdp.cc186 const char* p_provider_name, uint16_t categories, in AVRC_AddRecord() argument
259 UINT16_TO_BE_STREAM(p, categories); in AVRC_AddRecord()
/system/bt/profile/avrcp/
Dconnection_handler.cc458 uint16_t categories = sdp_attribute->attr_value.v.u16; in SdpCb() local
459 if (categories & AVRC_SUPF_CT_CAT2) { in SdpCb()
466 if (categories & AVRC_SUPF_CT_BROWSE) { in SdpCb()
499 uint16_t categories = sdp_attribute->attr_value.v.u16; in SdpCb() local
500 if (categories & AVRC_SUPF_CT_CAT2) { in SdpCb()
Davrcp_internal.h34 const char* p_provider_name, uint16_t categories,
/system/extras/pagecache/
Dpagecache.py367 options, categories = parser.parse_args(argv[1:])
370 return (options, categories)
373 options, categories = parse_options(sys.argv)

12