Searched refs:hardware (Results 1 - 25 of 411) sorted by relevance

1234567891011>>

/system/update_engine/
H A Dboot_control_recovery_stub.cc17 #include <hardware/hardware.h>
/system/bt/btcore/include/
H A Dhal_util.h19 #include <hardware/bluetooth.h>
/system/bt/btif/include/
H A Dbtif_mce.h31 #include <hardware/bt_mce.h>
H A Dbtif_sdp.h30 #include <hardware/bt_sdp.h>
H A Dbtif_pan.h30 #include <hardware/bt_pan.h>
/system/core/trusty/
H A Dtrusty-base.mk27 ro.hardware.keystore=trusty \
28 ro.hardware.gatekeeper=trusty
/system/connectivity/wificond/tests/
H A Dmock_offload.h22 #include <android/hardware/wifi/offload/1.0/IOffload.h>
28 const android::hardware::wifi::offload::V1_0::OffloadStatus& status,
29 const android::hardware::wifi::offload::V1_0::ScanStats& scanStats)>
32 const android::hardware::wifi::offload::V1_0::OffloadStatus& status)>
35 class MockOffload : public android::hardware::wifi::offload::V1_0::IOffload {
42 android::hardware::Return<void>(
43 const android::hardware::wifi::offload::V1_0::ScanParam& param,
44 const android::hardware::wifi::offload::V1_0::ScanFilter& filter,
47 android::hardware::Return<void>(OnScanStatsCallback cb));
49 android::hardware
[all...]
H A Doffload_test_utils.h20 #include <android/hardware/wifi/offload/1.0/IOffload.h>
31 static std::vector<android::hardware::wifi::offload::V1_0::ScanResult>
33 static android::hardware::wifi::offload::V1_0::ScanStats createScanStats(
36 static android::hardware::wifi::offload::V1_0::OffloadStatus
38 android::hardware::wifi::offload::V1_0::OffloadStatusCode code);
39 static android::hardware::wifi::offload::V1_0::OffloadStatus
41 android::hardware::wifi::offload::V1_0::OffloadStatusCode code,
/system/media/audio_effects/include/audio_effects/
H A Deffect_aec.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_agc.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_bassboost.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_downmix.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_dynamicsprocessing.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_environmentalreverb.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_equalizer.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_loudnessenhancer.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_ns.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_presetreverb.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_virtualizer.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
H A Deffect_visualizer.h21 * hardware/audio_effect.h.
24 * can import hardware/audio_effect.h.
30 #include <hardware/audio_effect.h>
/system/bt/test/rootcanal/
H A Dservice.cc17 #define LOG_TAG "android.hardware.bluetooth@1.0-service.sim"
19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
26 using ::android::hardware::configureRpcThreadpool;
27 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
28 using ::android::hardware::bluetooth::V1_0::sim::BluetoothHci;
29 using ::android::hardware::joinRpcThreadpool;
H A Dbluetooth_hci.h19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
30 namespace hardware { namespace in namespace:android
41 ::android::hardware::Return<void> initialize(
44 ::android::hardware::Return<void> sendHciCommand(
45 const ::android::hardware::hidl_vec<uint8_t>& packet) override;
47 ::android::hardware::Return<void> sendAclData(
48 const ::android::hardware::hidl_vec<uint8_t>& packet) override;
50 ::android::hardware::Return<void> sendScoData(
51 const ::android::hardware::hidl_vec<uint8_t>& packet) override;
53 ::android::hardware
[all...]
/system/bt/vendor_libs/linux/interface/
H A Dservice.cc17 #define LOG_TAG "android.hardware.bluetooth@1.0-service.btlinux"
19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
26 using ::android::hardware::configureRpcThreadpool;
27 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
28 using ::android::hardware::bluetooth::V1_0::btlinux::BluetoothHci;
29 using ::android::hardware::joinRpcThreadpool;
/system/tools/hidl/test/hidl_test/
H A Dhidl_test.h4 #include <android/hardware/tests/bar/1.0/IBar.h>
5 #include <android/hardware/tests/hash/1.0/IHash.h>
6 #include <android/hardware/tests/inheritance/1.0/IChild.h>
7 #include <android/hardware/tests/inheritance/1.0/IFetcher.h>
8 #include <android/hardware/tests/inheritance/1.0/IParent.h>
9 #include <android/hardware/tests/memory/1.0/IMemoryTest.h>
10 #include <android/hardware/tests/multithread/1.0/IMultithread.h>
11 #include <android/hardware/tests/pointer/1.0/IGraph.h>
12 #include <android/hardware/tests/pointer/1.0/IPointer.h>
13 #include <android/hardware/test
[all...]
/system/connectivity/wificond/scanning/offload/
H A Doffload_callback.h19 #include <android/hardware/wifi/offload/1.0/IOffloadCallback.h>
28 : public ::android::hardware::wifi::offload::V1_0::IOffloadCallback {
33 // Methods from ::android::hardware::wifi::offload::V1_0::IOffloadCallback
35 ::android::hardware::Return<void> onScanResult(
36 const ::android::hardware::hidl_vec<
37 ::android::hardware::wifi::offload::V1_0::ScanResult>& scanResult)
39 ::android::hardware::Return<void> onError(
40 const ::android::hardware::wifi::offload::V1_0::OffloadStatus& status)

Completed in 774 milliseconds

1234567891011>>