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

1234567891011>>

/hardware/interfaces/tests/memory/1.0/default/
H A DMemoryTest.h20 #include <android/hardware/tests/memory/1.0/IMemoryTest.h>
24 namespace android { namespace
31 using ::android::hardware::tests::memory::V1_0::IMemoryTest;
32 using ::android::hardware::hidl_array;
33 using ::android::hardware::hidl_memory;
34 using ::android::hardware::hidl_string;
35 using ::android::hardware::hidl_vec;
36 using ::android::hardware::Return;
37 using ::android::hardware::Void;
38 using ::android
[all...]
/hardware/qcom/display/msm8084/libqservice/
H A DQServiceUtils.h40 inline android::sp<qService::IQService> getBinder() {
41 android::sp<android::IServiceManager> sm = android::defaultServiceManager();
42 android::sp<qService::IQService> binder =
43 android::interface_cast<qService::IQService>
44 (sm->getService(android::String16("display.qservice")));
51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) {
52 android::status_t err = (android
[all...]
/hardware/qcom/display/msm8226/libqservice/
H A DQServiceUtils.h40 inline android::sp<qService::IQService> getBinder() {
41 android::sp<android::IServiceManager> sm = android::defaultServiceManager();
42 android::sp<qService::IQService> binder =
43 android::interface_cast<qService::IQService>
44 (sm->getService(android::String16("display.qservice")));
51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) {
52 android::status_t err = (android
[all...]
/hardware/qcom/display/msm8909/libqservice/
H A DQServiceUtils.h40 inline android::sp<qService::IQService> getBinder() {
41 android::sp<android::IServiceManager> sm = android::defaultServiceManager();
42 android::sp<qService::IQService> binder =
43 android::interface_cast<qService::IQService>
44 (sm->getService(android::String16("display.qservice")));
51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) {
52 android::status_t err = (android
[all...]
/hardware/qcom/display/msm8994/libqservice/
H A DQServiceUtils.h40 inline android::sp<qService::IQService> getBinder() {
41 android::sp<android::IServiceManager> sm = android::defaultServiceManager();
42 android::sp<qService::IQService> binder =
43 android::interface_cast<qService::IQService>
44 (sm->getService(android::String16("display.qservice")));
51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) {
52 android::status_t err = (android
[all...]
/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsHalRenderscriptV1_0TargetTest.h21 #include <android-base/logging.h>
23 #include <android/hardware/renderscript/1.0/IContext.h>
24 #include <android/hardware/renderscript/1.0/IDevice.h>
25 #include <android/hardware/renderscript/1.0/types.h>
30 using ::android::hardware::renderscript::V1_0::Allocation;
31 using ::android::hardware::renderscript::V1_0::AllocationAdapter;
32 using ::android::hardware::renderscript::V1_0::AllocationCubemapFace;
33 using ::android::hardware::renderscript::V1_0::AllocationMipmapControl;
34 using ::android::hardware::renderscript::V1_0::AllocationUsageType;
35 using ::android
[all...]
/hardware/interfaces/audio/2.0/default/
H A Dservice.cpp21 #include <android/hardware/audio/2.0/IDevicesFactory.h>
22 #include <android/hardware/audio/effect/2.0/IEffectsFactory.h>
23 #include <android/hardware/soundtrigger/2.0/ISoundTriggerHw.h>
24 #include <android/hardware/broadcastradio/1.0/IBroadcastRadioFactory.h>
25 #include <android/hardware/broadcastradio/1.1/IBroadcastRadioFactory.h>
27 using android::hardware::configureRpcThreadpool;
28 using android::hardware::joinRpcThreadpool;
29 using android::hardware::registerPassthroughServiceImplementation;
31 using android::hardware::audio::effect::V2_0::IEffectsFactory;
32 using android
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_session.h93 virtual android::status_t notifyCallback(uint32_t command, const android::Parcel *input_parcel,
94 android::Parcel *output_parcel);
95 void DynamicDebug(const android::Parcel *input_parcel);
96 void SetFrameDumpConfig(const android::Parcel *input_parcel);
97 android::status_t SetMaxMixerStages(const android::Parcel *input_parcel);
98 android::status_t SetDisplayMode(const android::Parcel *input_parcel);
99 android
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.h133 virtual android::status_t notifyCallback(uint32_t command, const android::Parcel *input_parcel,
134 android::Parcel *output_parcel);
135 void DynamicDebug(const android::Parcel *input_parcel);
136 void SetFrameDumpConfig(const android::Parcel *input_parcel);
137 android::status_t SetMaxMixerStages(const android::Parcel *input_parcel);
138 android::status_t SetDisplayMode(const android::Parcel *input_parcel);
139 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/drm/1.0/default/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.drm@1.0-service"
26 using android::hardware::configureRpcThreadpool;
27 using android::hardware::joinRpcThreadpool;
28 using android::hardware::registerPassthroughServiceImplementation;
30 using android::hardware::drm::V1_0::ICryptoFactory;
31 using android::hardware::drm::V1_0::IDrmFactory;
34 ALOGD("android.hardware.drm@1.0-service starting...");
38 android::ProcessState::initWithDriver("/dev/vndbinder");
41 android::status_t status =
44 status != android
[all...]
/hardware/interfaces/tests/inheritance/1.0/default/
H A DChild.h4 #include <android/hardware/tests/inheritance/1.0/IChild.h>
8 namespace android { namespace
15 using ::android::hardware::tests::inheritance::V1_0::IParent;
16 using ::android::hardware::tests::inheritance::V1_0::IChild;
17 using ::android::hardware::Return;
18 using ::android::hardware::Void;
19 using ::android::hardware::hidl_vec;
20 using ::android::hardware::hidl_string;
21 using ::android::sp;
24 // Methods from ::android
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.h90 virtual android::status_t notifyCallback(uint32_t command, const android::Parcel *input_parcel,
91 android::Parcel *output_parcel);
92 void DynamicDebug(const android::Parcel *input_parcel);
93 void SetFrameDumpConfig(const android::Parcel *input_parcel);
94 android::status_t SetMaxMixerStages(const android::Parcel *input_parcel);
95 android::status_t SetDisplayMode(const android::Parcel *input_parcel);
96 android
[all...]
/hardware/interfaces/graphics/composer/2.1/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.graphics.composer@2.1-service"
21 #include <android/hardware/graphics/composer/2.1/IComposer.h>
26 using android::hardware::graphics::composer::V2_1::IComposer;
27 using android::hardware::defaultPassthroughServiceImplementation;
31 android::ProcessState::initWithDriver("/dev/vndbinder");
32 android::ProcessState::self()->setThreadPoolMaxThreadCount(4);
33 android::ProcessState::self()->startThreadPool();
/hardware/interfaces/tests/bar/1.0/
H A DIImportTypes.hal17 package android.hardware.tests.bar@1.0;
19 import android.hardware.tests.foo@1.0::types;
25 android.hardware.tests.foo@1.0::Outer.Inner inner;
/hardware/interfaces/tests/extension/light/2.0/
H A DIExtLight.hal20 package android.hardware.tests.extension.light@2.0;
22 import android.hardware.light@2.0;
24 interface IExtLight extends android.hardware.light@2.0::ILight {
/hardware/qcom/display/msm8960/libqservice/
H A DIQClient.h32 class IQClient : public android::IInterface
36 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value) = 0;
41 class BnQClient : public android::BnInterface<IQClient>
44 virtual android::status_t onTransact( uint32_t code,
45 const android::Parcel& data,
46 android::Parcel* reply,
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DFrameHandler.h22 #include <android/hardware/automotive/evs/1.0/IEvsCameraStream.h>
23 #include <android/hardware/automotive/evs/1.0/IEvsCamera.h>
24 #include <android/hardware/automotive/evs/1.0/IEvsDisplay.h>
26 using namespace ::android::hardware::automotive::evs::V1_0;
27 using ::android::hardware::Return;
28 using ::android::hardware::Void;
29 using ::android::hardware::hidl_vec;
30 using ::android::hardware::hidl_handle;
31 using ::android::sp;
49 FrameHandler(android
[all...]
/hardware/interfaces/tests/extension/light/2.0/default/
H A DLight.h19 #include <android/hardware/tests/extension/light/2.0/IExtLight.h>
23 namespace android { namespace
31 using ::android::hardware::tests::extension::light::V2_0::ExtLightState;
32 using ::android::hardware::tests::extension::light::V2_0::IExtLight;
33 using ::android::hardware::light::V2_0::ILight;
34 using ::android::hardware::light::V2_0::LightState;
35 using ::android::hardware::light::V2_0::Status;
36 using ::android::hardware::light::V2_0::Type;
37 using ::android::hardware::Return;
38 using ::android
[all...]
/hardware/interfaces/usb/1.0/default/
H A DUsb.h4 #include <android/hardware/usb/1.0/IUsb.h>
13 #define LOG_TAG "android.hardware.usb@1.0-service"
16 namespace android { namespace
22 using ::android::hardware::usb::V1_0::IUsb;
23 using ::android::hardware::usb::V1_0::IUsbCallback;
24 using ::android::hardware::usb::V1_0::PortRole;
25 using ::android::hidl::base::V1_0::IBase;
26 using ::android::hardware::hidl_array;
27 using ::android::hardware::hidl_memory;
28 using ::android
[all...]
/hardware/interfaces/audio/2.0/
H A DIStreamOutCallback.hal17 package android.hardware.audio@2.0;
/hardware/interfaces/automotive/evs/1.0/
H A DIEvsCameraStream.hal17 package android.hardware.automotive.evs@1.0;
/hardware/interfaces/broadcastradio/1.1/
H A DIBroadcastRadio.hal17 package android.hardware.broadcastradio@1.1;
/hardware/interfaces/gnss/1.0/
H A DIGnssBatchingCallback.hal17 package android.hardware.gnss@1.0;
/hardware/interfaces/gnss/1.0/default/
H A DGnssDebug.h20 #include <android/hardware/gnss/1.0/IGnssDebug.h>
24 namespace android { namespace
30 using ::android::hardware::gnss::V1_0::IGnssDebug;
31 using ::android::hardware::Return;
32 using ::android::hardware::Void;
33 using ::android::hardware::hidl_vec;
34 using ::android::hardware::hidl_string;
35 using ::android::sp;
42 * Methods from ::android::hardware::gnss::V1_0::IGnssDebug follow.
60 } // namespace android
[all...]

Completed in 905 milliseconds

1234567891011>>