/system/bt/bta/ar/ |
D | bta_ar.cc | 159 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc() argument 164 if (!categories) return; in bta_ar_reg_avrc() 170 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc() 179 bta_ar_cb.ct_categories[mask - 1] = categories; in bta_ar_reg_avrc() 180 categories = bta_ar_cb.ct_categories[0] | bta_ar_cb.ct_categories[1]; in bta_ar_reg_avrc() 183 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc() 191 UINT16_TO_BE_STREAM(p, categories); in bta_ar_reg_avrc() 210 uint16_t categories = 0; in bta_ar_dereg_avrc() local 223 categories = bta_ar_cb.ct_categories[0] | bta_ar_cb.ct_categories[1]; in bta_ar_dereg_avrc() 224 if (!categories) { in bta_ar_dereg_avrc() [all …]
|
/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)
|
/system/sepolicy/prebuilts/api/30.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/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)
|
/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)
|
/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/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/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)
|
/system/sepolicy/prebuilts/api/31.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/bt/bta/include/ |
D | bta_ar_api.h | 121 const char* p_provider_name, uint16_t categories,
|
/system/bt/test/mock/ |
D | mock_stack_avrc_sdp.cc | 38 const char* p_provider_name, uint16_t categories, in AVRC_AddRecord() argument
|
D | mock_bta_ar.cc | 52 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc() argument
|
/system/bt/stack/avrc/ |
D | avrc_sdp.cc | 189 const char* p_provider_name, uint16_t categories, in AVRC_AddRecord() argument 202 profile_version, categories, cover_art_psm); in AVRC_AddRecord() 302 UINT16_TO_BE_STREAM(p, categories); in AVRC_AddRecord()
|
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 476 uint16_t categories = sdp_attribute->attr_value.v.u16; in SdpCb() local 477 if (categories & AVRC_SUPF_CT_CAT2) { in SdpCb() 484 if (categories & AVRC_SUPF_CT_BROWSE) { in SdpCb() 517 uint16_t categories = sdp_attribute->attr_value.v.u16; in SdpCb() local 518 if (categories & AVRC_SUPF_CT_CAT2) { in SdpCb()
|
D | avrcp_internal.h | 37 const char* p_provider_name, uint16_t categories,
|