Searched refs:strategyAidl (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 1267 int32_t strategyAidl, int32_t sessionAidl, in registerEffect() argument 1274 aidl2legacy_int32_t_product_strategy_t(strategyAidl)); in registerEffect() 2262 int32_t strategyAidl, in setDevicesRoleForStrategy() argument 2266 aidl2legacy_int32_t_product_strategy_t(strategyAidl)); in setDevicesRoleForStrategy() 2285 int32_t strategyAidl, in removeDevicesRoleForStrategy() argument 2289 aidl2legacy_int32_t_product_strategy_t(strategyAidl)); in removeDevicesRoleForStrategy() 2307 Status AudioPolicyService::clearDevicesRoleForStrategy(int32_t strategyAidl, in clearDevicesRoleForStrategy() argument 2310 aidl2legacy_int32_t_product_strategy_t(strategyAidl)); in clearDevicesRoleForStrategy() 2325 int32_t strategyAidl, in getDevicesForRoleAndStrategy() argument 2329 aidl2legacy_int32_t_product_strategy_t(strategyAidl)); in getDevicesForRoleAndStrategy()
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 1484 int32_t strategyAidl = VALUE_OR_RETURN_STATUS(aidl2legacy_int32_t_product_strategy_t(strategy)); in registerEffect() local 1488 aps->registerEffect(descAidl, ioAidl, strategyAidl, sessionAidl, idAidl)); in registerEffect() 2345 int32_t strategyAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_product_strategy_t_int32_t(strategy)); in setDevicesRoleForStrategy() local 2351 aps->setDevicesRoleForStrategy(strategyAidl, roleAidl, devicesAidl)); in setDevicesRoleForStrategy() 2362 int32_t strategyAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_product_strategy_t_int32_t(strategy)); in removeDevicesRoleForStrategy() local 2368 aps->removeDevicesRoleForStrategy(strategyAidl, roleAidl, devicesAidl)); in removeDevicesRoleForStrategy() 2377 int32_t strategyAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_product_strategy_t_int32_t(strategy)); in clearDevicesRoleForStrategy() local 2380 aps->clearDevicesRoleForStrategy(strategyAidl, roleAidl)); in clearDevicesRoleForStrategy() 2390 int32_t strategyAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_product_strategy_t_int32_t(strategy)); in getDevicesForRoleAndStrategy() local 2394 aps->getDevicesForRoleAndStrategy(strategyAidl, roleAidl, &devicesAidl))); in getDevicesForRoleAndStrategy()
|