Searched refs:android (Results 226 - 250 of 2181) sorted by relevance

1234567891011>>

/hardware/interfaces/boot/1.0/default/
H A DBootControl.h19 #include <android/hardware/boot/1.0/IBootControl.h>
23 namespace android { namespace
29 using ::android::hardware::boot::V1_0::BoolResult;
30 using ::android::hardware::boot::V1_0::CommandResult;
31 using ::android::hardware::boot::V1_0::IBootControl;
32 using ::android::hardware::Return;
33 using ::android::hardware::Void;
34 using ::android::hardware::hidl_vec;
35 using ::android::hardware::hidl_string;
36 using ::android
[all...]
/hardware/interfaces/confirmationui/1.0/default/
H A DConfirmationUI.h21 #include <android/hardware/confirmationui/1.0/IConfirmationUI.h>
25 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/interfaces/health/1.0/default/
H A DHealth.h19 #include <android/hardware/health/1.0/IHealth.h>
25 namespace android { namespace
31 using ::android::hardware::health::V1_0::HealthInfo;
32 using ::android::hardware::health::V1_0::HealthConfig;
33 using ::android::hardware::health::V1_0::IHealth;
34 using ::android::hardware::Return;
35 using ::android::hardware::Void;
36 using ::android::hardware::hidl_vec;
37 using ::android::hardware::hidl_string;
38 using ::android
[all...]
H A DAndroid.mk4 LOCAL_MODULE := android.hardware.health@1.0-impl
19 android.hardware.health@1.0 \
21 LOCAL_STATIC_LIBRARIES := android.hardware.health@1.0-convert
30 LOCAL_MODULE := android.hardware.health@1.0-service
31 LOCAL_INIT_RC := android.hardware.health@1.0-service.rc
43 android.hardware.health@1.0 \
/hardware/interfaces/ir/1.0/default/
H A DConsumerIr.h20 #include <android/hardware/ir/1.0/IConsumerIr.h>
25 namespace android { namespace
31 using ::android::hardware::ir::V1_0::ConsumerIrFreqRange;
32 using ::android::hardware::ir::V1_0::IConsumerIr;
33 using ::android::hardware::hidl_array;
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/interfaces/light/utils/
H A Dmain.cpp20 #include <android-base/logging.h>
21 #include <android/hardware/light/2.0/ILight.h>
29 using ::android::hardware::hidl_vec;
30 using ::android::hardware::light::V2_0::Brightness;
31 using ::android::hardware::light::V2_0::Flash;
32 using ::android::hardware::light::V2_0::ILight;
33 using ::android::hardware::light::V2_0::LightState;
34 using ::android::hardware::light::V2_0::Status;
35 using ::android::hardware::light::V2_0::Type;
36 using ::android
[all...]
/hardware/qcom/display/msm8226/libqservice/
H A DIQService.h36 class IQService : public android::IInterface
41 COMMAND_LIST_START = android::IBinder::FIRST_CALL_TRANSACTION,
71 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
74 virtual android::status_t dispatch(uint32_t command,
75 const android::Parcel* inParcel,
76 android::Parcel* outParcel) = 0;
81 class BnQService : public android::BnInterface<IQService>
84 virtual android::status_t onTransact( uint32_t code,
85 const android::Parcel& data,
86 android
[all...]
/hardware/qcom/display/msm8994/libqservice/
H A DIQService.h36 class IQService : public android::IInterface
41 COMMAND_LIST_START = android::IBinder::FIRST_CALL_TRANSACTION,
80 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
83 virtual android::status_t dispatch(uint32_t command,
84 const android::Parcel* inParcel,
85 android::Parcel* outParcel) = 0;
90 class BnQService : public android::BnInterface<IQService>
93 virtual android::status_t onTransact( uint32_t code,
94 const android::Parcel& data,
95 android
[all...]
/hardware/interfaces/health/2.0/utils/libhealthservice/
H A DHealthServiceCommon.cpp18 #include <android-base/logging.h>
20 #include <android/hardware/health/1.0/types.h>
27 using android::hardware::IPCThreadState;
28 using android::hardware::configureRpcThreadpool;
29 using android::hardware::handleTransportPoll;
30 using android::hardware::setupTransportPolling;
31 using android::hardware::health::V2_0::HealthInfo;
32 using android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
33 using android::hardware::health::V2_0::IHealth;
34 using android
[all...]
/hardware/interfaces/tv/input/1.0/default/
H A DTvInput.h19 #include <android/hardware/tv/input/1.0/ITvInput.h>
25 namespace android { namespace
32 using ::android::hardware::audio::common::V2_0::AudioDevice;
33 using ::android::hardware::tv::input::V1_0::ITvInput;
34 using ::android::hardware::tv::input::V1_0::ITvInputCallback;
35 using ::android::hardware::tv::input::V1_0::Result;
36 using ::android::hardware::tv::input::V1_0::TvInputEvent;
37 using ::android::hardware::tv::input::V1_0::TvStreamConfig;
38 using ::android::hardware::Return;
39 using ::android
[all...]
/hardware/qcom/audio/hal/
H A Daudio_perf.cpp24 #include <android/hardware/power/1.2/IPower.h>
28 using android::hardware::power::V1_2::IPower;
29 using android::hardware::power::V1_2::PowerHint;
30 using android::hardware::power::V1_2::toString;
31 using android::hardware::Return;
32 using android::hardware::Void;
33 using android::hardware::hidl_death_recipient;
34 using android::hidl::base::V1_0::IBase;
37 static android::sp<IPower> gPowerHal_ = nullptr;
44 virtual void serviceDied(uint64_t, const android
[all...]
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDevice_3_2.h25 #include <android/hardware/camera/device/3.2/ICameraDevice.h>
29 namespace android { namespace
36 using ::android::hardware::camera::device::V3_2::RequestTemplate;
37 using ::android::hardware::camera::device::V3_2::ICameraDevice;
38 using ::android::hardware::camera::device::V3_2::ICameraDeviceCallback;
39 using ::android::hardware::camera::device::V3_2::ICameraDeviceSession;
40 using ::android::hardware::camera::common::V1_0::CameraResourceCost;
41 using ::android::hardware::camera::common::V1_0::Status;
42 using ::android::hardware::camera::common::V1_0::TorchMode;
43 using ::android
[all...]
/hardware/interfaces/tests/msgq/1.0/default/
H A DTestMsgQ.h20 #include <android/hardware/tests/msgq/1.0/ITestMsgQ.h>
26 namespace android { namespace
33 using ::android::hardware::tests::msgq::V1_0::ITestMsgQ;
34 using ::android::hidl::base::V1_0::DebugInfo;
35 using ::android::hidl::base::V1_0::IBase;
36 using ::android::hardware::hidl_array;
37 using ::android::hardware::hidl_memory;
38 using ::android::hardware::hidl_string;
39 using ::android::hardware::hidl_vec;
40 using ::android
[all...]
/hardware/google/av/codec2/hidl/services/
H A DC2SoftwareCodecServiceRegistrant.cpp28 android::sp<IComponentStore> store =
30 android::GetCodec2PlatformComponentStore());
34 if (store->registerAsService("software") != android::OK) {
43 using namespace ::android::hardware::media::omx::V1_0;
44 android::sp<IOmx> omx = new implementation::Omx();
47 } else if (omx->registerAsService() != android::OK) {
/hardware/interfaces/audio/2.0/
H A DIDevicesFactory.hal17 package android.hardware.audio@2.0;
19 import android.hardware.audio.common@2.0;
23 typedef android.hardware.audio@2.0::Result Result;
/hardware/interfaces/cas/native/1.0/
H A DIDescrambler.hal16 package android.hardware.cas.native@1.0;
18 import android.hardware.cas@1.0::IDescramblerBase;
19 import android.hardware.cas@1.0::Status;
/hardware/interfaces/tests/memory/1.0/
H A DIMemoryTest.hal17 package android.hardware.tests.memory@1.0;
19 import android.hidl.memory.token@1.0::IMemoryToken;
20 import android.hidl.memory.block@1.0::MemoryBlock;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
51 const android::Parcel* inParcel,
52 android::Parcel* outParcel);
56 class MPDeathNotifier : public android::IMediaDeathNotifier {
64 const android::sp<android::IMediaDeathNotifier> mMPDeathNotifier;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
51 const android::Parcel* inParcel,
52 android::Parcel* outParcel);
56 class MPDeathNotifier : public android::IMediaDeathNotifier {
64 const android::sp<android::IMediaDeathNotifier> mMPDeathNotifier;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
51 const android::Parcel* inParcel,
52 android::Parcel* outParcel);
56 class MPDeathNotifier : public android::IMediaDeathNotifier {
64 const android::sp<android::IMediaDeathNotifier> mMPDeathNotifier;
/hardware/google/av/codec2/vndk/bufferpool/include/bufferpool/
H A DClientManager.h20 #include <android/hardware/media/bufferpool/1.0/IClientManager.h>
26 namespace android { namespace
33 using ::android::hardware::hidl_array;
34 using ::android::hardware::hidl_memory;
35 using ::android::hardware::hidl_string;
36 using ::android::hardware::hidl_vec;
37 using ::android::hardware::media::bufferpool::V1_0::IAccessor;
38 using ::android::hardware::media::bufferpool::V1_0::ResultStatus;
39 using ::android::hardware::Return;
40 using ::android
[all...]
/hardware/interfaces/camera/provider/2.4/
H A DICameraProvider.hal17 package android.hardware.camera.provider@2.4;
20 import android.hardware.camera.common@1.0::types;
21 import android.hardware.camera.device@1.0::ICameraDevice;
22 import android.hardware.camera.device@3.2::ICameraDevice;
34 * "android.hardware.camera.provider@<major>.<minor>/<type>/<instance>"
151 * Return a android.hardware.camera.device@N.x/ICameraDevice interface for
185 android.hardware.camera.device@1.0::ICameraDevice device);
188 android.hardware.camera.device@3.2::ICameraDevice device);
/hardware/interfaces/gnss/1.0/default/
H A DGnssBatching.h4 #include <android/hardware/gnss/1.0/IGnssBatching.h>
9 namespace android { namespace
15 using ::android::hardware::gnss::V1_0::IGnssBatching;
16 using ::android::hardware::gnss::V1_0::IGnssBatchingCallback;
17 using ::android::hidl::base::V1_0::IBase;
18 using ::android::hardware::hidl_array;
19 using ::android::hardware::hidl_memory;
20 using ::android::hardware::hidl_string;
21 using ::android::hardware::hidl_vec;
22 using ::android
[all...]
/hardware/interfaces/graphics/composer/2.2/default/
H A DAndroid.mk4 LOCAL_MODULE := android.hardware.graphics.composer@2.2-service
9 LOCAL_INIT_RC := android.hardware.graphics.composer@2.2-service.rc
10 LOCAL_HEADER_LIBRARIES := android.hardware.graphics.composer@2.2-passthrough
12 android.hardware.graphics.composer@2.1 \
13 android.hardware.graphics.composer@2.2 \
14 android.hardware.graphics.mapper@2.0 \
/hardware/interfaces/soundtrigger/2.0/default/
H A DAndroid.mk20 LOCAL_MODULE := android.hardware.soundtrigger@2.0-impl
31 android.hardware.soundtrigger@2.0 \
32 android.hardware.soundtrigger@2.0-core

Completed in 1758 milliseconds

1234567891011>>