Home
last modified time | relevance | path

Searched refs:V1_3 (Results 1 – 12 of 12) sorted by relevance

/device/google/sunfish/vibrator/drv2624/
Dservice.cpp32 using android::hardware::vibrator::V1_3::implementation::HwApi;
33 using android::hardware::vibrator::V1_3::implementation::HwCal;
34 using android::hardware::vibrator::V1_3::implementation::Vibrator;
DVibrator.h27 namespace V1_3 {
DHardware.h25 namespace V1_3 {
DVibrator.cpp35 namespace V1_3 { namespace
/device/google/sunfish/vibrator/common/bench/
Dbenchmark.cpp37 namespace V1_3 = ::android::hardware::vibrator::V1_3;
212 using VibratorBench_V1_3 = VibratorBench<V1_3::IVibrator>;
269 using VibratorEffectsBench_V1_3 = VibratorEffectsBench<V1_3::IVibrator, V1_3::Effect, V1_2::Effect>;
272 { performBench(&state, &V1_3::IVibrator::perform_1_3); });
/device/google/sunfish/vibrator/drv2624/tests/
Dmocks.h21 class MockApi : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwApi {
44 class MockCal : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwCal {
Dtypes.h24 using EffectTuple = std::tuple<::android::hardware::vibrator::V1_3::Effect,
Dtest-hwapi.cpp29 namespace V1_3 { namespace
Dtest-hwcal.cpp28 namespace V1_3 { namespace
Dtest-vibrator.cpp29 namespace V1_3 { namespace
/device/google/sunfish/vibrator/drv2624/bench/
Dbenchmark.cpp30 namespace V1_3 { namespace
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp139 sp<V1_3::IRadioResponse> mRadioResponseV1_3;
140 sp<V1_3::IRadioIndication> mRadioIndicationV1_3;
945 mRadioResponseV1_3 = V1_3::IRadioResponse::castFrom(mRadioResponse).withDefault(nullptr); in setResponseFunctions()
946 mRadioIndicationV1_3 = V1_3::IRadioIndication::castFrom(mRadioIndication).withDefault(nullptr); in setResponseFunctions()