Home
last modified time | relevance | path

Searched defs:cfgs (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
H A DVtsHalAutomotiveVehicleV2_0TargetTest.cpp130 mVehicle->getAllPropConfigs([&isCalled, &propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()
147 properties, [&isCalled](StatusCode status, const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()
161 properties, [&isCalled](StatusCode status, const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P()
200 [&propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { propConfigs = cfgs; }); in TEST_P()
/aosp12/hardware/qcom/sm8150/vr/
H A Dvr_int.h36 thermal_algo_info_t * cfgs; member
/aosp12/hardware/qcom/sdm845/vr/
H A Dvr_int.h36 thermal_algo_info_t * cfgs; member
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp36 String8 *dst, int spaces, const char *prefix, int count, const audio_port_config *cfgs) in dumpPatchEndpoints()