Searched refs:android (Results 1 - 25 of 2181) sorted by relevance

1234567891011>>

/hardware/interfaces/broadcastradio/2.0/
H A DICloseHandle.hal16 package android.hardware.broadcastradio@2.0;
/hardware/interfaces/tests/bar/1.0/
H A DIFooCallback.hal17 package android.hardware.tests.bar@1.0;
/hardware/interfaces/tests/baz/1.0/
H A DIQuux.hal17 package android.hardware.tests.baz@1.0;
/hardware/interfaces/tests/extension/light/2.0/default/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.tests.extension.light@2.0-service"
18 #include <android/log.h>
23 using android::hardware::configureRpcThreadpool;
24 using android::hardware::joinRpcThreadpool;
25 using android::sp;
27 using android::hardware::light::V2_0::ILight;
28 using android::hardware::tests::extension::light::V2_0::implementation::Light;
31 android::sp<ILight> service = new Light();
33 if (service->registerAsService() != android::OK) {
/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pNetworkCallback.hal17 package android.hardware.wifi.supplicant@1.0;
/hardware/interfaces/usb/1.1/
H A DIUsb.hal17 package android.hardware.usb@1.1;
19 import android.hardware.usb@1.0;
26 interface IUsb extends android.hardware.usb@1.0::IUsb {};
/hardware/interfaces/drm/1.0/default/
H A DTypeConvert.cpp16 #define LOG_TAG "android.hardware.drm@1.0-impl"
20 namespace android { namespace
29 case android::OK:
32 case android::ERROR_DRM_NO_LICENSE:
35 case android::ERROR_DRM_LICENSE_EXPIRED:
38 case android::ERROR_DRM_SESSION_NOT_OPENED:
41 case android::ERROR_DRM_CANNOT_HANDLE:
44 case android::ERROR_DRM_TAMPER_DETECTED:
47 case android::BAD_VALUE:
50 case android
[all...]
/hardware/interfaces/configstore/1.1/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.configstore@1.1-service"
19 #include <android/hardware/configstore/1.1/ISurfaceFlingerConfigs.h>
25 using android::hardware::configureRpcThreadpool;
26 using android::hardware::joinRpcThreadpool;
27 using android::hardware::configstore::V1_1::ISurfaceFlingerConfigs;
28 using android::hardware::configstore::V1_1::implementation::SurfaceFlingerConfigs;
29 using android::hardware::SetupMinijail;
30 using android::sp;
31 using android::status_t;
32 using android
[all...]
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
H A Dsupplicant_hidl_test_utils_1_1.h20 #include <android/hardware/wifi/supplicant/1.1/ISupplicant.h>
21 #include <android/hardware/wifi/supplicant/1.1/ISupplicantStaIface.h>
22 #include <android/hardware/wifi/supplicant/1.1/ISupplicantStaNetwork.h>
24 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicant>
27 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicantStaIface>
30 android::sp<android::hardware::wifi::supplicant::V1_1::ISupplicantStaNetwork>
/hardware/interfaces/broadcastradio/1.1/default/
H A Dservice.cpp18 #include <android-base/logging.h>
23 using android::hardware::configureRpcThreadpool;
24 using android::hardware::joinRpcThreadpool;
25 using android::hardware::broadcastradio::V1_1::implementation::BroadcastRadioFactory;
32 CHECK_EQ(status, android::OK) << "Failed to register Broadcast Radio HAL implementation";
/hardware/interfaces/keymaster/3.0/default/
H A Dservice.cpp18 #define LOG_TAG "android.hardware.keymaster@3.0-service"
20 #include <android/hardware/keymaster/3.0/IKeymasterDevice.h>
25 using android::hardware::configureRpcThreadpool;
26 using android::hardware::joinRpcThreadpool;
28 using android::hardware::keymaster::V3_0::IKeymasterDevice;
29 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_hidl_test_utils.h19 #include <android/hardware/wifi/1.0/IWifi.h>
20 #include <android/hardware/wifi/1.0/IWifiApIface.h>
21 #include <android/hardware/wifi/1.0/IWifiChip.h>
22 #include <android/hardware/wifi/1.0/IWifiNanIface.h>
23 #include <android/hardware/wifi/1.0/IWifiP2pIface.h>
24 #include <android/hardware/wifi/1.0/IWifiRttController.h>
25 #include <android/hardware/wifi/1.0/IWifiStaIface.h>
34 android::sp<android::hardware::wifi::V1_0::IWifi> getWifi();
35 android
[all...]
/hardware/interfaces/boot/1.0/default/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.boot@1.0-service"
18 #include <android/hardware/boot/1.0/IBootControl.h>
21 using ::android::hardware::boot::V1_0::IBootControl;
22 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/contexthub/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.contexthub@1.0-service"
19 #include <android/hardware/contexthub/1.0/IContexthub.h>
22 using android::hardware::contexthub::V1_0::IContexthub;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/gatekeeper/1.0/default/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.gatekeeper@1.0-service"
18 #include <android/hardware/gatekeeper/1.0/IGatekeeper.h>
23 using android::hardware::gatekeeper::V1_0::IGatekeeper;
24 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/health/1.0/default/
H A DHealthService.cpp17 #define LOG_TAG "android.hardware.health@1.0-service"
19 #include <android/hardware/health/1.0/IHealth.h>
22 using android::hardware::health::V1_0::IHealth;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/ir/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.ir@1.0-service"
19 #include <android/hardware/ir/1.0/IConsumerIr.h>
22 using android::hardware::ir::V1_0::IConsumerIr;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/light/2.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.light@2.0-service"
19 #include <android/hardware/light/2.0/ILight.h>
22 using android::hardware::light::V2_0::ILight;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/memtrack/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.memtrack@1.0-service"
19 #include <android/hardware/memtrack/1.0/IMemtrack.h>
22 using android::hardware::memtrack::V1_0::IMemtrack;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/nfc/1.0/default/
H A Dservice.cpp1 #define LOG_TAG "android.hardware.nfc@1.0-service"
3 #include <android/hardware/nfc/1.0/INfc.h>
8 using android::hardware::nfc::V1_0::INfc;
9 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/power/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.power@1.0-service"
19 #include <android/hardware/power/1.0/IPower.h>
22 using android::hardware::power::V1_0::IPower;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/sensors/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.sensors@1.0-service"
19 #include <android/hardware/sensors/1.0/ISensors.h>
22 using android::hardware::sensors::V1_0::ISensors;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/thermal/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.thermal@1.0-service"
19 #include <android/hardware/thermal/1.0/IThermal.h>
22 using android::hardware::thermal::V1_0::IThermal;
23 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/vibrator/1.0/default/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.vibrator@1.0-service"
18 #include <android/hardware/vibrator/1.0/IVibrator.h>
21 using android::hardware::vibrator::V1_0::IVibrator;
22 using android::hardware::defaultPassthroughServiceImplementation;
/hardware/interfaces/vr/1.0/default/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.vr@1.0-service"
18 #include <android/hardware/vr/1.0/IVr.h>
22 using android::hardware::vr::V1_0::IVr;
23 using android::hardware::defaultPassthroughServiceImplementation;

Completed in 768 milliseconds

1234567891011>>