Searched refs:android (Results 76 - 100 of 1593) sorted by relevance

1234567891011>>

/system/connectivity/wificond/aidl/android/net/wifi/
H A DIInterfaceEventCallback.aidl17 package android.net.wifi;
19 import android.net.wifi.IApInterface;
20 import android.net.wifi.IClientInterface;
H A DIANQPDoneCallback.aidl17 package android.net.wifi;
H A DIScanEvent.aidl17 package android.net.wifi;
H A DIWificond.aidl17 package android.net.wifi;
19 import android.net.wifi.IApInterface;
20 import android.net.wifi.IClientInterface;
21 import android.net.wifi.IInterfaceEventCallback;
/system/connectivity/wificond/scanning/
H A Dchannel_settings.h24 namespace android { namespace in namespace:com
29 class ChannelSettings : public ::android::Parcelable {
36 ::android::status_t writeToParcel(::android::Parcel* parcel) const override;
37 ::android::status_t readFromParcel(const ::android::Parcel* parcel) override;
45 } // namespace android
H A Dhidden_network.h26 namespace android { namespace in namespace:com
31 class HiddenNetwork : public ::android::Parcelable {
37 ::android::status_t writeToParcel(::android::Parcel* parcel) const override;
38 ::android::status_t readFromParcel(const ::android::Parcel* parcel) override;
46 } // namespace android
H A Dpno_network.h26 namespace android { namespace in namespace:com
31 class PnoNetwork : public ::android::Parcelable {
38 ::android::status_t writeToParcel(::android::Parcel* parcel) const override;
39 ::android::status_t readFromParcel(const ::android::Parcel* parcel) override;
48 } // namespace android
H A Dscanner_impl.h22 #include <android-base/macros.h>
25 #include "android/net/wifi/BnWifiScannerImpl.h"
30 namespace android { namespace
39 class ScannerImpl : public android::net::wifi::BnWifiScannerImpl {
49 ::android::binder::Status getAvailable2gChannels(
52 ::android::binder::Status getAvailable5gNonDFSChannels(
55 ::android::binder::Status getAvailableDFSChannels(
58 ::android::binder::Status getScanResults(
59 std::vector<com::android::server::wifi::wificond::NativeScanResult>*
63 ::android
[all...]
/system/core/base/
H A Dparseint_test.cpp17 #include "android-base/parseint.h"
23 ASSERT_FALSE(android::base::ParseInt("x", &i));
24 ASSERT_FALSE(android::base::ParseInt("123x", &i));
26 ASSERT_TRUE(android::base::ParseInt("123", &i));
28 ASSERT_TRUE(android::base::ParseInt("-123", &i));
32 ASSERT_TRUE(android::base::ParseInt("1234", &s));
35 ASSERT_TRUE(android::base::ParseInt("12", &i, 0, 15));
37 ASSERT_FALSE(android::base::ParseInt("-12", &i, 0, 15));
38 ASSERT_FALSE(android::base::ParseInt("16", &i, 0, 15));
43 ASSERT_FALSE(android
[all...]
H A Dtest_main.cpp19 #include "android-base/logging.h"
23 android::base::InitLogging(argv, android::base::StderrLogger);
/system/core/debuggerd/tombstoned/include/tombstoned/
H A Dtombstoned.h21 #include <android-base/unique_fd.h>
25 bool tombstoned_connect(pid_t pid, android::base::unique_fd* tombstoned_socket,
26 android::base::unique_fd* output_fd, DebuggerdDumpType dump_type);
/system/bt/service/common/android/bluetooth/
H A DIBluetoothLeAdvertiser.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothLeAdvertiserCallback;
21 import android.bluetooth.AdvertiseData;
22 import android.bluetooth.AdvertiseSettings;
H A DIBluetoothLeScanner.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothLeScannerCallback;
20 import android.bluetooth.ScanFilter;
21 import android.bluetooth.ScanSettings;
H A DIBluetoothLowEnergy.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothLowEnergyCallback;
21 import android.bluetooth.AdvertiseData;
22 import android.bluetooth.AdvertiseSettings;
/system/connectivity/wificond/aidl/com/android/server/wifi/wificond/
H A DNativeScanResult.aidl17 package com.android.server.wifi.wificond;
H A DPnoNetwork.aidl17 package com.android.server.wifi.wificond;
H A DPnoSettings.aidl17 package com.android.server.wifi.wificond;
H A DSingleScanSettings.aidl17 package com.android.server.wifi.wificond;
/system/connectivity/wificond/scanning/offload/
H A Doffload_callback.h19 #include <android/hardware/wifi/offload/1.0/IOffloadCallback.h>
24 namespace android { namespace
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)
42 // Methods from ::android
[all...]
/system/connectivity/wificond/
H A Dserver.h24 #include <android-base/macros.h>
27 #include "android/net/wifi/BnWificond.h"
28 #include "android/net/wifi/IApInterface.h"
29 #include "android/net/wifi/IClientInterface.h"
30 #include "android/net/wifi/IInterfaceEventCallback.h"
35 namespace android { namespace
44 class Server : public android::net::wifi::BnWificond {
53 android::binder::Status RegisterCallback(
54 const android::sp<android
[all...]
/system/connectivity/wifilogd/tests/
H A Dmain.cpp17 #include "android-base/logging.h"
23 ::android::base::InitLogging(argv, android::base::StderrLogger);
/system/core/libmetricslogger/
H A Dmetrics_logger_test.cpp22 android::metricslogger::LogHistogram("test_event", 42);
27 android::metricslogger::LogCounter("test_count", 10);
/system/core/logd/
H A DLogBufferInterface.cpp25 return android::pidToUid(pid);
28 return android::tidToPid(tid);
/system/libfmq/
H A DFmqInternal.cpp18 #include <android-base/logging.h>
20 namespace android { namespace
34 } // namespace android
/system/libhidl/transport/memory/1.0/default/
H A DHidlFetch.h20 #include <android/hidl/memory/1.0/IMapper.h>
22 namespace android { namespace
34 } // namespace android

Completed in 350 milliseconds

1234567891011>>