Searched refs:android (Results 51 - 75 of 2181) sorted by relevance

1234567891011>>

/hardware/interfaces/tests/inheritance/1.0/
H A DIGrandparent.hal17 package android.hardware.tests.inheritance@1.0;
/hardware/interfaces/usb/1.0/default/
H A Dservice.cpp20 using android::sp;
23 using android::hardware::configureRpcThreadpool;
24 using android::hardware::joinRpcThreadpool;
27 using android::hardware::usb::V1_0::IUsb;
28 using android::hardware::usb::V1_0::implementation::Usb;
30 using android::status_t;
31 using android::OK;
35 android::sp<IUsb> service = new Usb();
/hardware/interfaces/wifi/1.0/
H A DIWifiP2pIface.hal17 package android.hardware.wifi@1.0;
/hardware/interfaces/wifi/1.1/
H A DIWifi.hal17 package android.hardware.wifi@1.1;
/hardware/interfaces/wifi/1.2/
H A DIWifi.hal17 package android.hardware.wifi@1.2;
/hardware/qcom/neuralnetworks/hvxservice/1.0/
H A DService.cpp17 #define LOG_TAG "android.hardware.neuralnetworks@1.0-service-hvx"
19 #include <android-base/logging.h>
20 #include <android/hardware/neuralnetworks/1.0/IDevice.h>
25 using android::hardware::neuralnetworks::V1_0::IDevice;
26 using android::hardware::neuralnetworks::V1_0::implementation::Device;
29 android::sp<IDevice> device = new Device();
30 android::hardware::configureRpcThreadpool(4, true /* will join */);
31 if (device->registerAsService("hvx") != android::OK) {
35 android::hardware::joinRpcThreadpool();
/hardware/interfaces/audio/common/all-versions/default/service/
H A DAndroid.mk24 LOCAL_MODULE := android.hardware.audio@2.0-service
25 LOCAL_INIT_RC := android.hardware.audio@2.0-service.rc
40 android.hardware.audio@2.0 \
41 android.hardware.audio@4.0 \
42 android.hardware.audio.common@2.0 \
43 android.hardware.audio.common@4.0 \
44 android.hardware.audio.effect@2.0 \
45 android.hardware.audio.effect@4.0 \
46 android.hardware.bluetooth.a2dp@1.0 \
47 android
[all...]
/hardware/interfaces/radio/config/1.0/default/
H A DRadioConfigIndication.h20 #include <android/hardware/radio/config/1.0/IRadioConfigIndication.h>
24 namespace android { namespace
31 using ::android::hardware::hidl_array;
32 using ::android::hardware::hidl_memory;
33 using ::android::hardware::hidl_string;
34 using ::android::hardware::hidl_vec;
35 using ::android::hardware::Return;
36 using ::android::hardware::Void;
37 using ::android::sp;
40 // Methods from ::android
[all...]
/hardware/google/av/codec2/vndk/include/util/
H A DC2Debug-log.h22 #include <android-C2Debug-log.h>
/hardware/interfaces/camera/provider/2.4/default/
H A Dexternal-service.cpp17 #define LOG_TAG "android.hardware.camera.provider@2.4-external-service"
19 #include <android/hardware/camera/provider/2.4/ICameraProvider.h>
24 using android::hardware::camera::provider::V2_4::ICameraProvider;
25 using android::hardware::defaultPassthroughServiceImplementation;
32 android::ProcessState::initWithDriver("/dev/vndbinder");
H A Dservice.cpp17 #define LOG_TAG "android.hardware.camera.provider@2.4-service"
19 #include <android/hardware/camera/provider/2.4/ICameraProvider.h>
24 using android::hardware::camera::provider::V2_4::ICameraProvider;
25 using android::hardware::defaultPassthroughServiceImplementation;
32 android::ProcessState::initWithDriver("/dev/vndbinder");
/hardware/interfaces/gnss/1.0/default/
H A Dservice.cpp1 #define LOG_TAG "android.hardware.gnss@1.0-service"
3 #include <android/hardware/gnss/1.0/IGnss.h>
9 using android::hardware::gnss::V1_0::IGnss;
10 using android::hardware::defaultPassthroughServiceImplementation;
15 android::ProcessState::initWithDriver("/dev/vndbinder");
/hardware/interfaces/health/1.0/default/libhealthd/
H A Dhealthd_board_default.cpp24 int healthd_board_battery_update(struct android::BatteryProperties*) argument
/hardware/interfaces/radio/config/1.0/
H A DIRadioConfigIndication.hal17 package android.hardware.radio.config@1.0;
19 import android.hardware.radio@1.0::RadioIndicationType;
/hardware/interfaces/radio/deprecated/1.0/
H A DIOemHookIndication.hal17 package android.hardware.radio.deprecated@1.0;
19 import android.hardware.radio@1.0::types;
/hardware/interfaces/tests/bar/1.0/
H A DIComplicated.hal17 package android.hardware.tests.bar@1.0;
19 import android.hardware.tests.foo@1.0::ISimple;
/hardware/interfaces/thermal/1.1/
H A DIThermal.hal17 package android.hardware.thermal@1.1;
19 import android.hardware.thermal@1.0::IThermal;
H A DIThermalCallback.hal17 package android.hardware.thermal@1.1;
19 import android.hardware.thermal@1.0::Temperature;
/hardware/interfaces/tv/input/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.tv_input@1.0-service"
19 #include <android/hardware/tv/input/1.0/ITvInput.h>
23 using android::sp;
26 using android::hardware::tv::input::V1_0::ITvInput;
27 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/usb/1.1/
H A DIUsbCallback.hal17 package android.hardware.usb@1.1;
19 import android.hardware.usb@1.0;
/hardware/qcom/display/msm8960/libqdutils/
H A Dcomptype.cpp33 namespace android { namespace
/hardware/interfaces/gnss/1.1/default/
H A DGnssDebug.h20 #include <android/hardware/gnss/1.0/IGnssDebug.h>
23 namespace android { namespace
29 using ::android::sp;
30 using ::android::hardware::hidl_string;
31 using ::android::hardware::hidl_vec;
32 using ::android::hardware::Return;
33 using ::android::hardware::Void;
39 * Methods from ::android::hardware::gnss::V1_0::IGnssDebug follow.
49 } // namespace android
H A DGnssMeasurement.cpp3 namespace android { namespace
9 // Methods from ::android::hardware::gnss::V1_0::IGnssMeasurement follow.
10 Return<::android::hardware::gnss::V1_0::IGnssMeasurement::GnssMeasurementStatus>
11 GnssMeasurement::setCallback(const sp<::android::hardware::gnss::V1_0::IGnssMeasurementCallback>&) {
13 return ::android::hardware::gnss::V1_0::IGnssMeasurement::GnssMeasurementStatus{};
21 // Methods from ::android::hardware::gnss::V1_1::IGnssMeasurement follow.
22 Return<::android::hardware::gnss::V1_0::IGnssMeasurement::GnssMeasurementStatus>
24 const sp<::android::hardware::gnss::V1_1::IGnssMeasurementCallback>&, bool) {
26 return ::android::hardware::gnss::V1_0::IGnssMeasurement::GnssMeasurementStatus{};
29 // Methods from ::android
[all...]
/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service"
19 #include <android/log.h>
22 #include <android/hardware/biometrics/fingerprint/2.1/IBiometricsFingerprint.h>
23 #include <android/hardware/biometrics/fingerprint/2.1/types.h>
26 using android::hardware::biometrics::fingerprint::V2_1::IBiometricsFingerprint;
27 using android::hardware::biometrics::fingerprint::V2_1::implementation::BiometricsFingerprint;
28 using android::hardware::configureRpcThreadpool;
29 using android::hardware::joinRpcThreadpool;
30 using android::sp;
33 android
[all...]
/hardware/interfaces/dumpstate/1.0/default/
H A DDumpstateDevice.h19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
23 namespace android { namespace
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
30 using ::android::hardware::hidl_array;
31 using ::android::hardware::hidl_handle;
32 using ::android::hardware::hidl_string;
33 using ::android::hardware::hidl_vec;
34 using ::android::hardware::Return;
35 using ::android::hardware::Void;
36 using ::android
[all...]

Completed in 674 milliseconds

1234567891011>>