Searched refs:android (Results 126 - 150 of 1436) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8996/hdmi_cec/
H A DQHDMIClient.h36 class QHDMIClient: public android::IBinder::DeathRecipient,
42 virtual void binderDied(const android::wp<android::IBinder>& who);
50 void registerClient(android::sp<QHDMIClient>& client);
54 android::sp<qService::IQService> mQService;
/hardware/qcom/display/msm8996/libqservice/
H A DIQHDMIClient.h38 class IQHDMIClient : public android::IInterface
46 class BnQHDMIClient : public android::BnInterface<IQHDMIClient>
49 virtual android::status_t onTransact( uint32_t code,
50 const android::Parcel& data,
51 android::Parcel* reply, uint32_t flags = 0);
H A DQService.h48 virtual void connect(const android::sp<qClient::IQClient>& client);
49 virtual void connect(const android::sp<qClient::IQHDMIClient>& client);
50 virtual android::status_t dispatch(uint32_t command,
51 const android::Parcel* data,
52 android::Parcel* reply);
58 android::sp<qClient::IQClient> mClient;
59 android::sp<qClient::IQHDMIClient> mHDMIClient;
/hardware/qcom/display/msm8998/hdmi_cec/
H A DQHDMIClient.h36 class QHDMIClient: public android::IBinder::DeathRecipient,
42 virtual void binderDied(const android::wp<android::IBinder>& who);
50 void registerClient(android::sp<QHDMIClient>& client);
54 android::sp<qService::IQService> mQService;
/hardware/qcom/display/msm8998/libqservice/
H A DIQHDMIClient.h38 class IQHDMIClient : public android::IInterface
46 class BnQHDMIClient : public android::BnInterface<IQHDMIClient>
49 virtual android::status_t onTransact( uint32_t code,
50 const android::Parcel& data,
51 android::Parcel* reply, uint32_t flags = 0);
H A DQService.h48 virtual void connect(const android::sp<qClient::IQClient>& client);
49 virtual void connect(const android::sp<qClient::IQHDMIClient>& client);
50 virtual android::status_t dispatch(uint32_t command,
51 const android::Parcel* data,
52 android::Parcel* reply);
58 android::sp<qClient::IQClient> mClient;
59 android::sp<qClient::IQHDMIClient> mHDMIClient;
/hardware/interfaces/light/2.0/default/
H A DLight.h19 #include <android/hardware/light/2.0/ILight.h>
26 namespace android { namespace
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::hardware::Return;
37 using ::android::hardware::Void;
38 using ::android::hardware::hidl_vec;
39 using ::android
[all...]
/hardware/interfaces/memtrack/1.0/default/
H A DMemtrack.h20 #include <android/hardware/memtrack/1.0/IMemtrack.h>
24 namespace android { namespace
30 using ::android::hardware::memtrack::V1_0::IMemtrack;
31 using ::android::hardware::memtrack::V1_0::MemtrackRecord;
32 using ::android::hardware::memtrack::V1_0::MemtrackStatus;
33 using ::android::hardware::memtrack::V1_0::MemtrackType;
34 using ::android::hardware::Return;
35 using ::android::hardware::Void;
36 using ::android::hardware::hidl_vec;
37 using ::android
[all...]
/hardware/qcom/display/msm8084/libqservice/
H A DIQService.h37 class IQService : public android::IInterface
42 COMMAND_LIST_START = android::IBinder::FIRST_CALL_TRANSACTION,
67 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
70 virtual void connect(const android::sp<qClient::IQHDMIClient>& client) = 0;
73 virtual android::status_t dispatch(uint32_t command,
74 const android::Parcel* inParcel,
75 android::Parcel* outParcel) = 0;
80 class BnQService : public android::BnInterface<IQService>
83 virtual android::status_t onTransact( uint32_t code,
84 const android
[all...]
H A DQService.h48 virtual void connect(const android::sp<qClient::IQClient>& client);
49 virtual void connect(const android::sp<qClient::IQHDMIClient>& client);
50 virtual android::status_t dispatch(uint32_t command,
51 const android::Parcel* data,
52 android::Parcel* reply);
58 android::sp<qClient::IQClient> mClient;
59 android::sp<qClient::IQHDMIClient> mHDMIClient;
/hardware/interfaces/automotive/evs/1.0/default/
H A Dservice.cpp17 #define LOG_TAG "android.hardware.automotive.evs@1.0-service"
32 using android::hardware::configureRpcThreadpool;
33 using android::hardware::joinRpcThreadpool;
36 using android::hardware::automotive::evs::V1_0::IEvsEnumerator;
37 using android::hardware::automotive::evs::V1_0::IEvsDisplay;
40 using namespace android::hardware::automotive::evs::V1_0::implementation;
41 using namespace android;
46 android::sp<IEvsEnumerator> service = new EvsEnumerator();
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.h135 virtual android::status_t notifyCallback(uint32_t command, const android::Parcel *input_parcel,
136 android::Parcel *output_parcel);
137 void DynamicDebug(const android::Parcel *input_parcel);
138 void SetFrameDumpConfig(const android::Parcel *input_parcel);
139 android::status_t SetMaxMixerStages(const android::Parcel *input_parcel);
140 android::status_t SetDisplayMode(const android::Parcel *input_parcel);
141 android
[all...]
/hardware/interfaces/tests/bar/1.0/
H A DIBar.hal17 package android.hardware.tests.bar@1.0;
19 import android.hardware.tests.foo@1.0::IFoo;
20 import android.hardware.tests.foo@1.0::ISimple;
21 import android.hardware.tests.foo@1.0::Abc;
22 import android.hardware.tests.foo@1.0::Unrelated;
26 interface IBar extends android.hardware.tests.foo@1.0::IFoo {
28 typedef android.hardware.tests.foo@1.0::IFoo FunkyAlias;
/hardware/interfaces/tv/input/1.0/default/
H A DAndroid.mk4 LOCAL_MODULE := android.hardware.tv.input@1.0-impl
17 android.hardware.audio.common@2.0 \
18 android.hardware.tv.input@1.0 \
25 LOCAL_MODULE := android.hardware.tv.input@1.0-service
26 LOCAL_INIT_RC := android.hardware.tv.input@1.0-service.rc
42 android.hardware.audio.common@2.0 \
43 android.hardware.tv.input@1.0 \
/hardware/interfaces/nfc/1.0/default/
H A DNfc.h4 #include <android/hardware/nfc/1.0/INfc.h>
8 namespace android { namespace
14 using ::android::hardware::nfc::V1_0::INfc;
15 using ::android::hardware::nfc::V1_0::INfcClientCallback;
16 using ::android::hardware::Return;
17 using ::android::hardware::Void;
18 using ::android::hardware::hidl_vec;
19 using ::android::hardware::hidl_string;
20 using ::android::sp;
26 virtual void serviceDied(uint64_t /*cookie*/, const wp<::android
[all...]
/hardware/interfaces/tests/msgq/1.0/default/
H A DBenchmarkMsgQ.h20 #include <android/hardware/tests/msgq/1.0/IBenchmarkMsgQ.h>
25 namespace android { namespace
32 using ::android::hardware::tests::msgq::V1_0::IBenchmarkMsgQ;
33 using ::android::hidl::base::V1_0::DebugInfo;
34 using ::android::hidl::base::V1_0::IBase;
35 using ::android::hardware::hidl_array;
36 using ::android::hardware::hidl_memory;
37 using ::android::hardware::hidl_string;
38 using ::android::hardware::hidl_vec;
39 using ::android
[all...]
/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.h20 #include <android/hidl/memory/1.0/IMemory.h>
21 #include <android/hardware/drm/1.0/ICryptoPlugin.h>
25 namespace android { namespace
31 using ::android::hardware::drm::V1_0::DestinationBuffer;
32 using ::android::hardware::drm::V1_0::ICryptoPlugin;
33 using ::android::hardware::drm::V1_0::Mode;
34 using ::android::hardware::drm::V1_0::Pattern;
35 using ::android::hardware::drm::V1_0::SubSample;
36 using ::android::hardware::hidl_array;
37 using ::android
[all...]
/hardware/interfaces/audio/2.0/default/
H A DDevicesFactory.h22 #include <android/hardware/audio/2.0/IDevicesFactory.h>
26 namespace android { namespace
32 using ::android::hardware::audio::V2_0::IDevice;
33 using ::android::hardware::audio::V2_0::IDevicesFactory;
34 using ::android::hardware::audio::V2_0::Result;
35 using ::android::hardware::Return;
36 using ::android::hardware::Void;
37 using ::android::hardware::hidl_vec;
38 using ::android::hardware::hidl_string;
39 using ::android
[all...]
/hardware/interfaces/boot/1.0/default/
H A DAndroid.mk4 LOCAL_MODULE := android.hardware.boot@1.0-impl
16 android.hardware.boot@1.0 \
23 LOCAL_MODULE := android.hardware.boot@1.0-service
24 LOCAL_INIT_RC := android.hardware.boot@1.0-service.rc
34 android.hardware.boot@1.0 \
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/gatekeeper/1.0/default/
H A DAndroid.mk7 LOCAL_MODULE := android.hardware.gatekeeper@1.0-impl
13 android.hardware.gatekeeper@1.0 \
26 LOCAL_MODULE := android.hardware.gatekeeper@1.0-service
27 LOCAL_INIT_RC := android.hardware.gatekeeper@1.0-service.rc
33 android.hardware.gatekeeper@1.0 \
/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...]
/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/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/msm8909/libqservice/
H A DIQService.h36 class IQService : public android::IInterface
41 COMMAND_LIST_START = android::IBinder::FIRST_CALL_TRANSACTION,
84 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
87 virtual android::status_t dispatch(uint32_t command,
88 const android::Parcel* inParcel,
89 android::Parcel* outParcel) = 0;
94 class BnQService : public android::BnInterface<IQService>
97 virtual android::status_t onTransact( uint32_t code,
98 const android::Parcel& data,
99 android
[all...]

Completed in 1859 milliseconds

1234567891011>>