Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 34) sorted by relevance

12

/system/bt/bta/av/
Dbta_av_ci.cc66 uint8_t category, uint8_t num_seid, uint8_t* p_seid, in bta_av_ci_setconfig() argument
71 __func__, bta_av_handle, err_code, category, num_seid, in bta_av_ci_setconfig()
81 p_buf->category = category; in bta_av_ci_setconfig()
/system/bt/stack/test/
Dstack_avdtp_test.cc106 uint8_t category = 0; in TEST_F() local
112 ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); in TEST_F()
141 uint8_t category = 0; in TEST_F() local
144 ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); in TEST_F()
160 uint8_t category = 0; in TEST_F() local
163 ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); in TEST_F()
/system/bt/bta/include/
Dbta_av_ci.h61 uint8_t category, uint8_t num_seid,
/system/sepolicy/reqd_mask/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/sepolicy/prebuilts/api/30.0/private/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/sepolicy/prebuilts/api/29.0/private/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/sepolicy/prebuilts/api/26.0/private/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/sepolicy/private/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/sepolicy/prebuilts/api/27.0/private/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/sepolicy/prebuilts/api/31.0/private/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/sepolicy/prebuilts/api/28.0/private/
Dmls_decl9 # Generate level definitions for each sensitivity and category.
Dmls_macros8 category c$1;
/system/bt/test/mock/
Dmock_bta_av_ci.cc36 uint8_t category, uint8_t num_seid, uint8_t* p_seid, in bta_av_ci_setconfig() argument
Dmock_stack_avdt_api.cc51 uint8_t category) { in AVDT_ConfigRsp() argument
/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h572 size_t category = 0; in setOptimization() local
575 category |= (mCoefs[i] != 0) << i; in setOptimization()
579 category |= 1 << i; in setOptimization()
588 mFunc = mFilterFast[category]; // default if we don't have processor optimization. in setOptimization()
593 mFunc = mFilterNeon[category]; in setOptimization()
/system/extras/tests/workloads/
Ddefs.sh362 …vout $AM_START_NOWAIT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.int…
363 …$AM_START_NOWAIT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.a…
/system/bt/stack/avdt/
Davdt_api.cc505 uint8_t category) { in AVDT_ConfigRsp() argument
512 __func__, handle, label, error_code, category); in AVDT_ConfigRsp()
528 evt.msg.hdr.err_param = category; in AVDT_ConfigRsp()
/system/bt/btif/co/
Dbta_av_co.cc1162 uint8_t category = A2DP_SUCCESS; in ProcessSetConfig() local
1210 category = AVDT_ASC_PROTECT; in ProcessSetConfig()
1217 category = AVDT_ASC_PROTECT; in ProcessSetConfig()
1257 category = AVDT_ASC_CODEC; in ProcessSetConfig()
1264 p_peer->addr.ToString().c_str(), status, category); in ProcessSetConfig()
1266 bta_av_ci_setconfig(bta_av_handle, status, category, 0, nullptr, false, in ProcessSetConfig()

12