Home
last modified time | relevance | path

Searched refs:V1_1 (Results 1 – 25 of 32) sorted by relevance

12

/device/google/crosshatch/usb/
DUsb.h20 namespace V1_1 {
28 using ::android::hardware::usb::V1_1::IUsb;
29 using ::android::hardware::usb::V1_1::IUsbCallback;
30 using ::android::hardware::usb::V1_1::PortMode_1_1;
31 using ::android::hardware::usb::V1_1::PortStatus_1_1;
Dservice.cpp30 using android::hardware::usb::V1_1::IUsb;
32 using android::hardware::usb::V1_1::implementation::Usb;
DUsb.cpp43 namespace V1_1 { namespace
510 android::hardware::usb::V1_1::implementation::Usb *usb;
608 payload.usb = (android::hardware::usb::V1_1::implementation::Usb *)param; in work()
/device/google/wahoo/usb/
DUsb.h20 namespace V1_1 {
28 using ::android::hardware::usb::V1_1::IUsb;
29 using ::android::hardware::usb::V1_1::IUsbCallback;
30 using ::android::hardware::usb::V1_1::PortMode_1_1;
31 using ::android::hardware::usb::V1_1::PortStatus_1_1;
Dservice.cpp30 using android::hardware::usb::V1_1::IUsb;
32 using android::hardware::usb::V1_1::implementation::Usb;
DUsb.cpp41 namespace V1_1 { namespace
533 android::hardware::usb::V1_1::implementation::Usb *usb;
639 payload.usb = (android::hardware::usb::V1_1::implementation::Usb *)param; in work()
/device/google/bonito/usb/
DUsb.h20 namespace V1_1 {
28 using ::android::hardware::usb::V1_1::IUsb;
29 using ::android::hardware::usb::V1_1::IUsbCallback;
30 using ::android::hardware::usb::V1_1::PortMode_1_1;
31 using ::android::hardware::usb::V1_1::PortStatus_1_1;
Dservice.cpp30 using android::hardware::usb::V1_1::IUsb;
32 using android::hardware::usb::V1_1::implementation::Usb;
DUsb.cpp41 namespace V1_1 { namespace
507 android::hardware::usb::V1_1::implementation::Usb *usb;
604 payload.usb = (android::hardware::usb::V1_1::implementation::Usb *)param; in work()
/device/google/coral/usb/
DUsb.h38 using ::android::hardware::usb::V1_1::PortMode_1_1;
39 using ::android::hardware::usb::V1_1::PortStatus_1_1;
46 V1_1, enumerator
DUsb.cpp531 if (version == HALVersion::V1_1) in getPortStatusHelper()
557 hidl_vec<V1_1::PortStatus_1_1> currentPortStatus_1_1; in queryVersionHelper()
560 sp<V1_1::IUsbCallback> callback_V1_1 = V1_1::IUsbCallback::castFrom(usb->mCallback_1_0); in queryVersionHelper()
569 status = getPortStatusHelper(currentPortStatus_1_2, HALVersion::V1_1); in queryVersionHelper()
735 sp<V1_1::IUsbCallback> callback_V1_1 = V1_1::IUsbCallback::castFrom(callback); in setCallback()
/device/linaro/hikey/power/
Dservice.cpp33 using android::hardware::power::V1_1::IPower;
34 using android::hardware::power::V1_1::implementation::Power;
DPower.h28 namespace V1_1 {
33 using ::android::hardware::power::V1_1::IPower;
DPower.cpp36 namespace V1_1 { namespace
43 using ::android::hardware::power::V1_1::PowerStateSubsystem;
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp72 struct RadioConfigImpl : public V1_1::IRadioConfig {
76 sp<V1_1::IRadioConfigResponse> mRadioConfigResponseV1_1;
92 Return<void> setModemsConfig(int32_t serial, const V1_1::ModemsConfig& modemsConfig);
110 V1_1::IRadioConfigResponse::castFrom(mRadioConfigResponse).withDefault(nullptr); in setResponseFunctions()
205 Return<void> RadioConfigImpl::setModemsConfig(int32_t serial, const V1_1::ModemsConfig& modemsConfi… in setModemsConfig()
373 V1_1::PhoneCapability phoneCapability = {}; in getPhoneCapabilityResponse()
445 V1_1::ModemsConfig mdCfg = {}; in getModemsConfigResponse()
/device/generic/goldfish/gnss/
Dgnss_measurement.h26 namespace ahg11 = ahg::V1_1;
Dgnss_configuration.h23 namespace ahg11 = ahg::V1_1;
Dgnss.h27 namespace ahg11 = ahg::V1_1;
/device/google/crosshatch/vibrator/
DVibrator.h45 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, perform_cb _hidl_cb)
DVibrator.cpp161 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
/device/google/wahoo/vibrator/
DVibrator.h47 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, perform_cb _hidl_cb)
DVibrator.cpp182 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
/device/google/bonito/vibrator/
DVibrator.h60 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength,
DVibrator.cpp172 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
/device/google/coral/vibrator/
DVibrator.h129 Return<void> perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength,

12