Home
last modified time | relevance | path

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

123

/system/bt/bta/ar/
Dbta_ar.cc159 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/
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/30.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/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)
/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)
/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/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/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)
/system/sepolicy/prebuilts/api/31.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/bt/bta/include/
Dbta_ar_api.h121 const char* p_provider_name, uint16_t categories,
/system/bt/test/mock/
Dmock_stack_avrc_sdp.cc38 const char* p_provider_name, uint16_t categories, in AVRC_AddRecord() argument
Dmock_bta_ar.cc52 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc() argument
/system/bt/stack/avrc/
Davrc_sdp.cc189 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/
Dconnection_handler.cc476 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()
Davrcp_internal.h37 const char* p_provider_name, uint16_t categories,

123