Searched refs:categories (Results 1 – 25 of 39) sorted by relevance
12
/system/bt/bta/ar/ |
D | bta_ar.cc | 221 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/ |
D | mls_decl | 5 # Generate the desired number of sensitivities and categories.
|
D | atrace.te | 10 # boottrace services uses /data/misc/boottrace/categories
|
D | mls_macros | 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
D | mls | 97 # 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/ |
D | mls_decl | 5 # Generate the desired number of sensitivities and categories.
|
D | mls_macros | 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/sepolicy/reqd_mask/ |
D | mls_decl | 5 # Generate the desired number of sensitivities and categories.
|
D | mls_macros | 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls_decl | 5 # Generate the desired number of sensitivities and categories.
|
D | mls_macros | 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
D | atrace.te | 7 # boottrace services uses /data/misc/boottrace/categories
|
D | mls | 97 # 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/ |
D | mls_decl | 5 # Generate the desired number of sensitivities and categories.
|
D | atrace.te | 10 # boottrace services uses /data/misc/boottrace/categories
|
D | mls_macros | 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
D | mls | 97 # This would only make sense if apps were assigned categories 98 # based on allowable communications rather than per-app categories.
|
/system/sepolicy/private/ |
D | mls_decl | 5 # Generate the desired number of sensitivities and categories.
|
D | mls_macros | 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
D | mls | 104 # This would only make sense if apps were assigned categories 105 # based on allowable communications rather than per-app categories.
|
/system/bt/bta/include/ |
D | bta_ar_api.h | 125 const char* p_provider_name, uint16_t categories,
|
/system/bt/stack/avrc/ |
D | avrc_sdp.cc | 186 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/ |
D | connection_handler.cc | 458 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()
|
D | avrcp_internal.h | 34 const char* p_provider_name, uint16_t categories,
|
/system/extras/pagecache/ |
D | pagecache.py | 367 options, categories = parser.parse_args(argv[1:]) 370 return (options, categories) 373 options, categories = parse_options(sys.argv)
|
12