Searched refs:android (Results 1 - 25 of 1374) sorted by relevance

1234567891011>>

/system/connectivity/wificond/aidl/android/net/wifi/
H A DIRttClient.aidl17 package android.net.wifi;
H A DIRttController.aidl17 package android.net.wifi;
/system/connectivity/wificond/
H A Dipc_constants.cpp19 namespace android { namespace
27 } // namespace android
/system/bt/service/common/android/bluetooth/
H A DAdvertiseData.aidl17 package android.bluetooth;
19 parcelable AdvertiseData cpp_header "android/bluetooth/advertise_data.h";
H A DAdvertiseSettings.aidl17 package android.bluetooth;
19 parcelable AdvertiseSettings cpp_header "android/bluetooth/advertise_settings.h";
H A DBluetoothGattCharacteristic.aidl17 package android.bluetooth;
19 parcelable BluetoothGattCharacteristic cpp_header "android/bluetooth/bluetooth_gatt_characteristic.h";
H A DBluetoothGattDescriptor.aidl17 package android.bluetooth;
19 parcelable BluetoothGattDescriptor cpp_header "android/bluetooth/bluetooth_gatt_descriptor.h";
H A DBluetoothGattIncludedService.aidl17 package android.bluetooth;
19 parcelable BluetoothGattIncludedService cpp_header "android/bluetooth/bluetooth_gatt_included_service.h";
H A DBluetoothGattService.aidl17 package android.bluetooth;
19 parcelable BluetoothGattService cpp_header "android/bluetooth/bluetooth_gatt_service.h";
H A DScanFilter.aidl17 package android.bluetooth;
19 parcelable ScanFilter cpp_header "android/bluetooth/scan_filter.h";
H A DScanResult.aidl17 package android.bluetooth;
19 parcelable ScanResult cpp_header "android/bluetooth/scan_result.h";
H A DScanSettings.aidl17 package android.bluetooth;
19 parcelable ScanSettings cpp_header "android/bluetooth/scan_settings.h";
H A DUUID.aidl17 package android.bluetooth;
19 parcelable UUID cpp_header "android/bluetooth/uuid.h";
H A DIBluetoothCallback.aidl17 package android.bluetooth;
H A DIBluetoothGattClientCallback.aidl17 package android.bluetooth;
/system/netd/server/binder/android/net/
H A DUidRange.aidl17 package android.net;
24 parcelable UidRange cpp_header "binder/android/net/UidRange.h";
/system/update_engine/binder_bindings/android/brillo/
H A DParcelableUpdateEngineStatus.aidl17 package android.brillo;
/system/security/keystore/
H A Doperation.h30 using ::android::IBinder;
31 using ::android::sp;
41 typedef ::android::sp<::android::hardware::keymaster::V3_0::IKeymasterDevice> km_device_t;
45 android::sp<android::IBinder> addOperation(uint64_t handle, uint64_t keyid, KeyPurpose purpose,
47 const android::sp<android::IBinder>& appToken,
50 bool getOperation(const android::sp<android
[all...]
/system/connectivity/wificond/scanning/
H A Dchannel_settings.cpp19 #include <android-base/logging.h>
23 using android::status_t;
26 namespace android { namespace in namespace:com
31 status_t ChannelSettings::writeToParcel(::android::Parcel* parcel) const {
33 return ::android::OK;
36 status_t ChannelSettings::readFromParcel(const ::android::Parcel* parcel) {
38 return ::android::OK;
44 } // namespace android
H A Dhidden_network.cpp19 #include <android-base/logging.h>
23 using android::status_t;
26 namespace android { namespace in namespace:com
31 status_t HiddenNetwork::writeToParcel(::android::Parcel* parcel) const {
33 return ::android::OK;
36 status_t HiddenNetwork::readFromParcel(const ::android::Parcel* parcel) {
38 return ::android::OK;
44 } // namespace android
/system/tools/aidl/tests/
H A Daidl_test_client_utf8_strings.h22 #include "android/aidl/tests/ITestService.h"
25 namespace android { namespace
31 const android::sp<android::aidl::tests::ITestService>& s);
33 const android::sp<android::aidl::tests::ITestService>& s);
35 const android::sp<android::aidl::tests::ITestService>& s);
40 } // namespace android
/system/libhidl/transport/allocator/1.0/default/
H A Dservice.cpp1 #define LOG_TAG "android.hidl.allocator@1.0-service"
5 #include <android-base/logging.h>
6 #include <android/hidl/allocator/1.0/IAllocator.h>
9 using android::hardware::configureRpcThreadpool;
10 using android::hardware::joinRpcThreadpool;
11 using android::hidl::allocator::V1_0::IAllocator;
12 using android::hidl::allocator::V1_0::implementation::AshmemAllocator;
13 using android::sp;
14 using android::status_t;
23 if (android
[all...]
/system/media/brillo/audio/audioservice/
H A Daudio_daemon_handler.h34 virtual void Init(android::sp<android::IAudioPolicyService> aps) = 0;
49 virtual void APSConnect(android::sp<android::IAudioPolicyService> aps) = 0;
53 android::sp<android::IAudioPolicyService> aps_;
/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;
30 using ::android::sp;
35 android::status_t status = bluetooth->registerAsService();
36 if (status == android::OK)
/system/core/adb/
H A Dadb_unique_fd.h19 #include <android-base/unique_fd.h>
26 using unique_fd = android::base::unique_fd_impl<AdbCloser>;

Completed in 581 milliseconds

1234567891011>>