Searched refs:android (Results 201 - 225 of 2181) sorted by relevance

1234567891011>>

/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.h51 virtual void connect(const android::sp<qClient::IQClient>& client);
52 virtual void connect(const android::sp<qClient::IQHDMIClient>& client);
53 virtual android::status_t dispatch(uint32_t command,
54 const android::Parcel* data,
55 android::Parcel* reply);
61 android::sp<qClient::IQClient> mClient;
62 android::sp<qClient::IQHDMIClient> mHDMIClient;
/hardware/interfaces/audio/common/all-versions/default/service/
H A Dservice.cpp19 #include <android/hardware/audio/2.0/IDevicesFactory.h>
20 #include <android/hardware/audio/4.0/IDevicesFactory.h>
21 #include <android/hardware/audio/effect/2.0/IEffectsFactory.h>
22 #include <android/hardware/audio/effect/4.0/IEffectsFactory.h>
23 #include <android/hardware/bluetooth/a2dp/1.0/IBluetoothAudioOffload.h>
24 #include <android/hardware/soundtrigger/2.0/ISoundTriggerHw.h>
25 #include <android/hardware/soundtrigger/2.1/ISoundTriggerHw.h>
30 using namespace android::hardware;
31 using android::OK;
34 android
[all...]
/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/interfaces/radio/config/1.0/default/
H A DRadioConfig.h20 #include <android/hardware/radio/config/1.0/IRadioConfig.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;
42 // Methods from ::android
[all...]
/hardware/interfaces/tests/extension/light/2.0/default/
H A DLight.h19 #include <android/hardware/tests/extension/light/2.0/ILight.h>
23 namespace android { namespace
31 using ::android::hardware::tests::extension::light::V2_0::LightState;
32 using ::android::hardware::tests::extension::light::V2_0::ILight;
35 using OldLightState = ::android::hardware::light::V2_0::LightState;
36 using ::android::hardware::light::V2_0::Status;
37 using ::android::hardware::light::V2_0::Type;
38 using ::android::hardware::Return;
39 using ::android::hardware::Void;
40 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/qcom/neuralnetworks/hvxservice/1.0/
H A DDevice.h20 #include <android/hardware/neuralnetworks/1.0/IDevice.h>
21 #include <android/hardware/neuralnetworks/1.0/IPreparedModel.h>
22 #include <android/hardware/neuralnetworks/1.0/types.h>
27 namespace android { namespace
33 using ::android::sp;
34 using ::android::hardware::hidl_array;
35 using ::android::hardware::hidl_memory;
36 using ::android::hardware::hidl_string;
37 using ::android::hardware::hidl_vec;
38 using ::android
[all...]
/hardware/google/av/codec2/include/media/stagefright/codec2/1.0/
H A DInputSurface.h26 namespace android { namespace
36 using ::android::sp;
38 typedef ::android::hardware::graphics::bufferqueue::V1_0::IGraphicBufferProducer
40 typedef ::android::IGraphicBufferProducer BGraphicBufferProducer;
42 // TODO: ::android::TWGraphicBufferProducer<IInputSurface>
43 typedef ::android::TWGraphicBufferProducer<HGraphicBufferProducer> InputSurfaceBase;
59 const sp<::android::GraphicBufferSource> &source);
61 sp<::android::GraphicBufferSource> mSource;
69 } // namespace android
/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/interfaces/bluetooth/a2dp/1.0/default/
H A DBluetoothAudioOffload.cpp19 namespace android { namespace
30 // Methods from ::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioOffload follow.
31 Return<::android::hardware::bluetooth::a2dp::V1_0::Status> BluetoothAudioOffload::startSession(
32 const sp<::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost>& hostIf __unused,
33 const ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration& codecConfig __unused) {
40 return ::android::hardware::bluetooth::a2dp::V1_0::Status::FAILURE;
44 ::android::hardware::bluetooth::a2dp::V1_0::Status status __unused) {
53 ::android::hardware::bluetooth::a2dp::V1_0::Status status __unused) {
74 } // namespace android
/hardware/qcom/display/msm8909/libqservice/
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/msm8909w_3100/libqservice/
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/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/wifi/1.1/vts/functional/
H A Dwifi_chip_hidl_test.cpp17 #include <android-base/logging.h>
19 #include <android/hardware/wifi/1.1/IWifi.h>
20 #include <android/hardware/wifi/1.1/IWifiChip.h>
27 using ::android::sp;
28 using ::android::hardware::hidl_string;
29 using ::android::hardware::hidl_vec;
30 using ::android::hardware::wifi::V1_0::IfaceType;
31 using ::android::hardware::wifi::V1_0::ChipId;
32 using ::android::hardware::wifi::V1_0::ChipModeId;
33 using ::android
[all...]
/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;
24 ::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/google/av/codec2/vndk/bufferpool/
H A DConnection.h20 #include <android/hardware/media/bufferpool/1.0/IConnection.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::implementation::Accessor;
38 using ::android::hardware::Return;
39 using ::android::hardware::Void;
40 using ::android
[all...]

Completed in 724 milliseconds

1234567891011>>