Searched refs:android (Results 101 - 125 of 1593) sorted by relevance

1234567891011>>

/system/tools/aidl/tests/
H A Dtest_data_example_interface.cpp19 namespace android { namespace
24 const char kCanonicalName[] = "android.test.IExampleInterface";
29 "android.foo.ExampleParcelable",
34 "android.bar.IAuxInterface",
35 "android.test.IAuxInterface2",
40 package android.test;
42 import android.foo.ExampleParcelable;
43 import android.test.CompoundParcelable;
44 import android.bar.IAuxInterface;
45 import android
[all...]
H A Dtest_data_string_constants.cpp19 namespace android { namespace
24 const char kCanonicalName[] = "android.os.IStringConstants";
26 package android.os;
37 * Original file: android/os/IStringConstants.aidl
39 package android.os;
40 public interface IStringConstants extends android.os.IInterface
43 public static abstract class Stub extends android.os.Binder implements android.os.IStringConstants
45 private static final java.lang.String DESCRIPTOR = "android.os.IStringConstants";
52 * Cast an IBinder object into an android
[all...]
/system/update_engine/binder_bindings/android/os/
H A DIUpdateEngineCallback.aidl17 package android.os;
/system/connectivity/wificond/
H A Dipc_constants.h20 namespace android { namespace
28 } // namespace android
/system/connectivity/wificond/scanning/offload/
H A Doffload_callback_handlers.h19 #include <android/hardware/wifi/offload/1.0/IOffload.h>
22 namespace android { namespace
30 const std::vector<::android::hardware::wifi::offload::V1_0::ScanResult>&
33 const ::android::hardware::wifi::offload::V1_0::OffloadStatus&
38 } // namespace android
/system/core/base/
H A Derrors_unix.cpp17 #include "android-base/errors.h"
21 namespace android { namespace
29 } // namespace android
H A Dproperties_test.cpp17 #include "android-base/properties.h"
29 android::base::SetProperty("debug.libbase.property_test", "hello");
31 std::string s = android::base::GetProperty("debug.libbase.property_test", "");
34 android::base::SetProperty("debug.libbase.property_test", "world");
35 s = android::base::GetProperty("debug.libbase.property_test", "");
38 s = android::base::GetProperty("this.property.does.not.exist", "");
41 s = android::base::GetProperty("this.property.does.not.exist", "default");
49 android::base::SetProperty("debug.libbase.property_test", "");
50 std::string s = android::base::GetProperty("debug.libbase.property_test", "default");
55 android
[all...]
/system/core/init/
H A Dfirmware_handler.h22 namespace android { namespace
28 } // namespace android
H A Dkeychords.h22 namespace android { namespace
29 } // namespace android
H A Dueventd.h20 namespace android { namespace
26 } // namespace android
H A Dwatchdogd.h20 namespace android { namespace
26 } // namespace android
H A Dlog.cpp23 #include <android-base/logging.h>
26 namespace android { namespace
34 android::base::InitLogging(argv, &android::base::KernelLogger);
43 android::base::InitLogging(argv, &android::base::KernelLogger);
47 android::base::LogSeverity severity = android::base::ERROR;
49 severity = android::base::WARNING;
51 severity = android
[all...]
/system/core/libmemunreachable/
H A DBinder.h22 namespace android { namespace
26 } // namespace android
/system/libvintf/include/vintf/
H A DDisabledChecks.h20 namespace android { namespace
31 } // namespace android
/system/libvintf/test/
H A Dutils-fake.cpp19 namespace android { namespace
31 } // namespace android
/system/tools/aidl/
H A Dlogging.h20 // We must include windows.h before android-base/logging.h on Windows.
25 #include <android-base/logging.h>
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestFailException.java17 package android.aidl.tests;
/system/connectivity/wificond/aidl/android/net/wifi/
H A DIWifiScannerImpl.aidl17 package android.net.wifi;
19 import android.net.wifi.IPnoScanEvent;
20 import android.net.wifi.IScanEvent;
21 import com.android.server.wifi.wificond.NativeScanResult;
22 import com.android.server.wifi.wificond.PnoSettings;
23 import com.android.server.wifi.wificond.SingleScanSettings;
/system/connectivity/wificond/scanning/
H A Doffload_scan_callback_interface_impl.cpp19 #include <android-base/logging.h>
21 using com::android::server::wifi::wificond::NativeScanResult;
23 namespace android { namespace
42 } // namespace android
/system/connectivity/wificond/tests/
H A Dmain.cpp20 #include <android-base/logging.h>
26 android::base::InitLogging(argv, android::base::StderrLogger);
H A Dmock_client_interface_impl.h24 namespace android { namespace
31 android::wifi_system::InterfaceTool*,
32 android::wifi_system::SupplicantManager*,
42 } // namespace android
/system/core/bootstat/
H A Dtestrunner.cpp17 #include <android-base/logging.h>
22 android::base::InitLogging(argv, android::base::StderrLogger);
/system/core/libnativebridge/tests/
H A DDummyNativeBridge.cpp22 extern "C" bool native_bridge_initialize(const android::NativeBridgeRuntimeCallbacks* /* art_cbs */,
41 extern "C" const struct android::NativeBridgeRuntimeValues* native_bridge_getAppEnv(
46 android::NativeBridgeCallbacks NativeBridgeItf {
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
H A Dkeystore.h4 #include <android/system/wifi/keystore/1.0/IKeystore.h>
11 namespace android { namespace
18 using ::android::hidl::base::V1_0::DebugInfo;
19 using ::android::hidl::base::V1_0::IBase;
20 using ::android::hardware::hidl_array;
21 using ::android::hardware::hidl_memory;
22 using ::android::hardware::hidl_string;
23 using ::android::hardware::hidl_vec;
24 using ::android::hardware::Return;
25 using ::android
[all...]
/system/libhidl/libhidlmemory/include/hidlmemory/
H A Dmapping.h16 #include <android/hidl/memory/1.0/IMemory.h>
19 namespace android { namespace
26 sp<android::hidl::memory::V1_0::IMemory> mapMemory(const hidl_memory &memory);
29 } // namespace android

Completed in 4086 milliseconds

1234567891011>>