/system/tools/aidl/ |
D | hiddenapi-greylist | 1 "android.accessibilityservice.IAccessibilityServiceClient", 2 "android.accessibilityservice.IAccessibilityServiceConnection", 3 "android.accounts.IAccountAuthenticator", 4 "android.accounts.IAccountAuthenticatorResponse", 5 "android.accounts.IAccountManager", 6 "android.accounts.IAccountManagerResponse", 7 "android.app.admin.IDeviceAdminService", 8 "android.app.admin.IDevicePolicyManager", 9 "android.app.backup.IBackupManager", 10 "android.app.backup.IBackupManagerMonitor", [all …]
|
/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/etc/ |
D | vndkcore.libraries.R.txt | 1 android.frameworks.cameraservice.common@2.0.so 2 android.frameworks.cameraservice.device@2.0.so 3 android.frameworks.cameraservice.service@2.0.so 4 android.frameworks.displayservice@1.0.so 5 android.frameworks.schedulerservice@1.0.so 6 android.frameworks.sensorservice@1.0.so 7 android.frameworks.stats@1.0.so 8 android.hardware.atrace@1.0.so 9 android.hardware.audio.common@2.0.so 10 android.hardware.audio.common@4.0.so [all …]
|
/system/libbase/ |
D | strings_test.cpp | 27 std::vector<std::string> parts = android::base::Split("", ","); in TEST() 33 std::vector<std::string> parts = android::base::Split("foo", ","); in TEST() 39 std::vector<std::string> parts = android::base::Split("foo,bar,baz", ","); in TEST() 47 std::vector<std::string> parts = android::base::Split("foo,,bar", ","); in TEST() 55 std::vector<std::string> parts = android::base::Split("foo,bar,", ","); in TEST() 64 android::base::Split(std::string("foo\0bar", 7), std::string("\0", 1)); in TEST() 71 std::vector<std::string> parts = android::base::Split("foo:bar,baz", ",:"); in TEST() 79 std::vector<std::string> parts = android::base::Split("foo:,bar", ",:"); in TEST() 87 ASSERT_EQ("", android::base::Trim("")); in TEST() 91 ASSERT_EQ("foo", android::base::Trim("foo")); in TEST() [all …]
|
D | parsedouble_test.cpp | 23 ASSERT_FALSE(android::base::ParseDouble("", &d)); in TEST() 24 ASSERT_FALSE(android::base::ParseDouble("x", &d)); in TEST() 25 ASSERT_FALSE(android::base::ParseDouble("123.4x", &d)); in TEST() 27 ASSERT_TRUE(android::base::ParseDouble("123.4", &d)); in TEST() 29 ASSERT_TRUE(android::base::ParseDouble("-123.4", &d)); in TEST() 32 ASSERT_TRUE(android::base::ParseDouble("0", &d, 0.0)); in TEST() 34 ASSERT_FALSE(android::base::ParseDouble("0", &d, 1e-9)); in TEST() 35 ASSERT_FALSE(android::base::ParseDouble("3.0", &d, -1.0, 2.0)); in TEST() 36 ASSERT_TRUE(android::base::ParseDouble("1.0", &d, 0.0, 2.0)); in TEST() 39 ASSERT_FALSE(android::base::ParseDouble("123.4x", nullptr)); in TEST() [all …]
|
D | parseint_test.cpp | 26 ASSERT_FALSE(android::base::ParseInt("x", &i)); in TEST() 29 ASSERT_FALSE(android::base::ParseInt("123x", &i)); in TEST() 32 ASSERT_TRUE(android::base::ParseInt("123", &i)); in TEST() 36 EXPECT_TRUE(android::base::ParseInt(" 123", &i)); in TEST() 38 ASSERT_TRUE(android::base::ParseInt("-123", &i)); in TEST() 41 EXPECT_TRUE(android::base::ParseInt(" -123", &i)); in TEST() 45 ASSERT_TRUE(android::base::ParseInt("1234", &s)); in TEST() 48 ASSERT_TRUE(android::base::ParseInt("12", &i, 0, 15)); in TEST() 51 ASSERT_FALSE(android::base::ParseInt("-12", &i, 0, 15)); in TEST() 54 ASSERT_FALSE(android::base::ParseInt("16", &i, 0, 15)); in TEST() [all …]
|
/system/bt/binder/ |
D | Android.bp | 9 "android/bluetooth/bluetooth_device.cc", 10 "android/bluetooth/IBluetoothSocketManager.aidl", 11 "android/os/parcel_uuid.cc", 13 "android/bluetooth/IBluetooth.aidl", 14 "android/bluetooth/IBluetoothA2dp.aidl", 15 "android/bluetooth/IBluetoothA2dpSink.aidl", 16 "android/bluetooth/IBluetoothAvrcpController.aidl", 17 "android/bluetooth/IBluetoothAvrcpTarget.aidl", 18 "android/bluetooth/IBluetoothCallback.aidl", 19 "android/bluetooth/IBluetoothProfileServiceConnection.aidl", [all …]
|
/system/security/keystore/ |
D | key_store_service.h | 47 class KeyStoreService : public android::security::keystore::BnKeystoreService { 52 void binderDied(const android::wp<android::IBinder>& who); 54 ::android::binder::Status getState(int32_t userId, int32_t* _aidl_return) override; 55 ::android::binder::Status get(const ::android::String16& name, int32_t uid, 57 ::android::binder::Status insert(const ::android::String16& name, 60 ::android::binder::Status del(const ::android::String16& name, int32_t uid, 62 ::android::binder::Status exist(const ::android::String16& name, int32_t uid, 64 ::android::binder::Status list(const ::android::String16& namePrefix, int32_t uid, 65 ::std::vector<::android::String16>* _aidl_return) override; 66 ::android::binder::Status listUidsOfAuthBoundKeys(std::vector<::std::string>* uids, [all …]
|
/system/core/libutils/ |
D | String8_fuzz.cpp | 25 std::vector<std::function<void(FuzzedDataProvider&, android::String8, android::String8)>> 29 [](FuzzedDataProvider&, android::String8 str1, android::String8) -> void { in __anonebbe45100102() 32 [](FuzzedDataProvider&, android::String8 str1, android::String8) -> void { in __anonebbe45100202() 35 [](FuzzedDataProvider&, android::String8 str1, android::String8) -> void { in __anonebbe45100302() 38 [](FuzzedDataProvider&, android::String8 str1, android::String8) -> void { in __anonebbe45100402() 43 [](FuzzedDataProvider&, android::String8 str1, android::String8) -> void { in __anonebbe45100502() 46 [](FuzzedDataProvider&, android::String8 str1, android::String8) -> void { in __anonebbe45100602() 50 [](FuzzedDataProvider&, android::String8 str1, android::String8 str2) -> void { in __anonebbe45100702() 53 [](FuzzedDataProvider&, android::String8 str1, android::String8 str2) -> void { in __anonebbe45100802() 58 [](FuzzedDataProvider&, android::String8 str1, android::String8 str2) -> void { in __anonebbe45100902() [all …]
|
/system/apex/apexd/ |
D | apexd_main.cpp | 38 return android::apex::RunPreInstall(argv); in HandleSubcommand() 43 return android::apex::RunPostInstall(argv); in HandleSubcommand() 48 return android::apex::onBootstrap(); in HandleSubcommand() 53 return android::apex::unmountAll(); in HandleSubcommand() 60 android::base::Result<android::apex::VoldCheckpointInterface> in HandleSubcommand() 61 vold_service_st = android::apex::VoldCheckpointInterface::Create(); in HandleSubcommand() 66 android::apex::initializeVold(&*vold_service_st); in HandleSubcommand() 69 int result = android::apex::snapshotOrRestoreDeUserData(); in HandleSubcommand() 75 android::apex::onAllPackagesReady(); in HandleSubcommand() 101 android::base::InitLogging(argv, &android::base::KernelLogger); in main() [all …]
|
/system/sepolicy/private/ |
D | hwservice_contexts | 1 android.frameworks.automotive.display::IAutomotiveDisplayProxyService u:object_r:fwk_automotive_dis… 2 android.frameworks.bufferhub::IBufferHub u:object_r:fwk_bufferhub_hwservice:… 3 android.frameworks.cameraservice.service::ICameraService u:object_r:fwk_camera_hwservice:s0 4 android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0 5 android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:… 6 android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0 7 android.frameworks.stats::IStats u:object_r:fwk_stats_hwservice:s0 8 android.hardware.atrace::IAtraceDevice u:object_r:hal_atrace_hwservice:s0 9 android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0 10 android.hardware.audio::IDevicesFactory u:object_r:hal_audio_hwservice:s0 [all …]
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | hwservice_contexts | 1 android.frameworks.automotive.display::IAutomotiveDisplayProxyService u:object_r:fwk_automotive_dis… 2 android.frameworks.bufferhub::IBufferHub u:object_r:fwk_bufferhub_hwservice:… 3 android.frameworks.cameraservice.service::ICameraService u:object_r:fwk_camera_hwservice:s0 4 android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0 5 android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:… 6 android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0 7 android.frameworks.stats::IStats u:object_r:fwk_stats_hwservice:s0 8 android.hardware.atrace::IAtraceDevice u:object_r:hal_atrace_hwservice:s0 9 android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0 10 android.hardware.audio::IDevicesFactory u:object_r:hal_audio_hwservice:s0 [all …]
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | hwservice_contexts | 1 android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0 2 android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:… 3 android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0 4 android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0 5 android.hardware.audio::IDevicesFactory u:object_r:hal_audio_hwservice:s0 6 android.hardware.authsecret::IAuthSecret u:object_r:hal_authsecret_hwservice… 7 android.hardware.automotive.audiocontrol::IAudioControl u:object_r:hal_audiocontrol_hwservi… 8 android.hardware.automotive.evs::IEvsEnumerator u:object_r:hal_evs_hwservice:s0 9 android.hardware.automotive.vehicle::IVehicle u:object_r:hal_vehicle_hwservice:s0 10 android.hardware.biometrics.fingerprint::IBiometricsFingerprint u:object_r:hal_fingerprint_hwservic… [all …]
|
/system/sepolicy/apex/ |
D | Android.bp | 24 name: "com.android.adbd-file_contexts", 26 "com.android.adbd-file_contexts", 31 name: "com.android.sdkext-file_contexts", 33 "com.android.sdkext-file_contexts", 38 name: "com.android.art.debug-file_contexts", 40 "com.android.art.debug-file_contexts", 45 name: "com.android.art.release-file_contexts", 47 "com.android.art.release-file_contexts", 52 name: "com.android.bootanimation-file_contexts", 54 "com.android.bootanimation-file_contexts", [all …]
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | hwservice_contexts | 1 android.frameworks.bufferhub::IBufferHub u:object_r:fwk_bufferhub_hwservice:… 2 android.frameworks.cameraservice.service::ICameraService u:object_r:fwk_camera_hwservice:s0 3 android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0 4 android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:… 5 android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0 6 android.frameworks.stats::IStats u:object_r:fwk_stats_hwservice:s0 7 android.hardware.atrace::IAtraceDevice u:object_r:hal_atrace_hwservice:s0 8 android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0 9 android.hardware.audio::IDevicesFactory u:object_r:hal_audio_hwservice:s0 10 android.hardware.authsecret::IAuthSecret u:object_r:hal_authsecret_hwservice… [all …]
|
/system/update_engine/ |
D | binder_service_android.h | 36 class BinderUpdateEngineAndroidService : public android::os::BnUpdateEngine, 51 android::binder::Status applyPayload( 52 const android::String16& url, 55 const std::vector<android::String16>& header_kv_pairs) override; 56 android::binder::Status applyPayloadFd( 57 const ::android::os::ParcelFileDescriptor& pfd, 60 const std::vector<android::String16>& header_kv_pairs) override; 61 android::binder::Status bind( 62 const android::sp<android::os::IUpdateEngineCallback>& callback, 64 android::binder::Status unbind( [all …]
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | hwservice_contexts | 1 android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0 2 android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:… 3 android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0 4 android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0 5 android.hardware.audio::IDevicesFactory u:object_r:hal_audio_hwservice:s0 6 android.hardware.biometrics.fingerprint::IBiometricsFingerprint u:object_r:hal_fingerprint_hwservic… 7 android.hardware.bluetooth::IBluetoothHci u:object_r:hal_bluetooth_hwservice:… 8 android.hardware.boot::IBootControl u:object_r:hal_bootctl_hwservice:s0 9 android.hardware.broadcastradio::IBroadcastRadioFactory u:object_r:hal_broadcastradio_hwser… 10 android.hardware.camera.provider::ICameraProvider u:object_r:hal_camera_hwservice:s0 [all …]
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | hwservice_contexts | 1 android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0 2 android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:… 3 android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0 4 android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0 5 android.hardware.audio::IDevicesFactory u:object_r:hal_audio_hwservice:s0 6 android.hardware.biometrics.fingerprint::IBiometricsFingerprint u:object_r:hal_fingerprint_hwservic… 7 android.hardware.bluetooth::IBluetoothHci u:object_r:hal_bluetooth_hwservice:… 8 android.hardware.boot::IBootControl u:object_r:hal_bootctl_hwservice:s0 9 android.hardware.broadcastradio::IBroadcastRadioFactory u:object_r:hal_audio_hwservice:s0 10 android.hardware.camera.provider::ICameraProvider u:object_r:hal_camera_hwservice:s0 [all …]
|
/system/linkerconfig/testdata/golden_output/stage2/com.vendor.service1/ |
D | ld.config.txt | 13 …android.hardware.graphics.common@1.0.so:android.hardware.graphics.common@1.1.so:android.hardware.g… 14 …android.frameworks.cameraservice.common@2.0.so:android.frameworks.cameraservice.device@2.0.so:andr… 24 …android.so:libclang_rt.asan-i686-android.so:libclang_rt.hwasan-arm-android.so:libclang_rt.hwasan-i… 26 namespace.com_android_adbd.search.paths = /apex/com.android.adbd/${LIB} 27 namespace.com_android_adbd.permitted.paths = /apex/com.android.adbd/${LIB} 29 namespace.com_android_adbd.asan.search.paths = /apex/com.android.adbd/${LIB} 30 namespace.com_android_adbd.asan.permitted.paths = /apex/com.android.adbd/${LIB} 43 …android.so:libclang_rt.asan-i686-android.so:libclang_rt.hwasan-arm-android.so:libclang_rt.hwasan-i… 46 namespace.com_android_art.search.paths = /apex/com.android.art/${LIB} 47 namespace.com_android_art.permitted.paths = /apex/com.android.art/${LIB} [all …]
|
/system/linkerconfig/testdata/golden_output/product-enabled/com.vendor.service1/ |
D | ld.config.txt | 13 …android.hardware.graphics.common@1.0.so:android.hardware.graphics.common@1.1.so:android.hardware.g… 14 …android.frameworks.cameraservice.common@2.0.so:android.frameworks.cameraservice.device@2.0.so:andr… 24 …android.so:libclang_rt.asan-i686-android.so:libclang_rt.hwasan-arm-android.so:libclang_rt.hwasan-i… 26 namespace.com_android_adbd.search.paths = /apex/com.android.adbd/${LIB} 27 namespace.com_android_adbd.permitted.paths = /apex/com.android.adbd/${LIB} 29 namespace.com_android_adbd.asan.search.paths = /apex/com.android.adbd/${LIB} 30 namespace.com_android_adbd.asan.permitted.paths = /apex/com.android.adbd/${LIB} 43 …android.so:libclang_rt.asan-i686-android.so:libclang_rt.hwasan-arm-android.so:libclang_rt.hwasan-i… 46 namespace.com_android_art.search.paths = /apex/com.android.art/${LIB} 47 namespace.com_android_art.permitted.paths = /apex/com.android.art/${LIB} [all …]
|
/system/connectivity/wificond/ |
D | server.h | 35 namespace android { 44 class Server : public android::net::wifi::BnWificond { 51 android::binder::Status RegisterCallback( 52 const android::sp<android::net::wifi::IInterfaceEventCallback>& 54 android::binder::Status UnregisterCallback( 55 const android::sp<android::net::wifi::IInterfaceEventCallback>& 58 android::binder::Status getAvailable2gChannels( 61 android::binder::Status getAvailable5gNonDFSChannels( 64 android::binder::Status getAvailableDFSChannels( 67 android::binder::Status createApInterface( [all …]
|
D | main.cpp | 41 using android::net::wifi::IWificond; 42 using android::wifi_system::InterfaceTool; 43 using android::wificond::ipc_constants::kServiceName; 44 using android::wificond::WifiKeystoreHalConnector; 51 ScopedSignalHandler(android::wificond::LooperBackedEventLoop* event_loop) { in ScopedSignalHandler() 67 static android::wificond::LooperBackedEventLoop* s_event_loop_; 77 android::wificond::LooperBackedEventLoop* 84 android::ProcessState::self()->setThreadPoolMaxThreadCount(0); in SetupBinderOrCrash() 85 android::IPCThreadState::self()->disableBackgroundScheduling(true); in SetupBinderOrCrash() 86 int err = android::IPCThreadState::self()->setupPolling(&binder_fd); in SetupBinderOrCrash() [all …]
|
/system/core/healthd/include/healthd/ |
D | healthd.h | 60 android::String8 batteryStatusPath; 61 android::String8 batteryHealthPath; 62 android::String8 batteryPresentPath; 63 android::String8 batteryCapacityPath; 64 android::String8 batteryVoltagePath; 65 android::String8 batteryTemperaturePath; 66 android::String8 batteryTechnologyPath; 67 android::String8 batteryCurrentNowPath; 68 android::String8 batteryCurrentAvgPath; 69 android::String8 batteryChargeCounterPath; [all …]
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | mockenv.h | 21 android::linkerconfig::modules::Variables::AddValue("VENDOR_VNDK_VERSION", in MockGenericVariables() 23 android::linkerconfig::modules::Variables::AddValue("PRODUCT_VNDK_VERSION", in MockGenericVariables() 25 android::linkerconfig::modules::Variables::AddValue("PRODUCT", "product"); in MockGenericVariables() 26 android::linkerconfig::modules::Variables::AddValue("SYSTEM_EXT", in MockGenericVariables() 28 android::linkerconfig::modules::Variables::AddValue("LLNDK_LIBRARIES_VENDOR", in MockGenericVariables() 30 android::linkerconfig::modules::Variables::AddValue("LLNDK_LIBRARIES_PRODUCT", in MockGenericVariables() 32 android::linkerconfig::modules::Variables::AddValue( in MockGenericVariables() 34 android::linkerconfig::modules::Variables::AddValue( in MockGenericVariables() 36 android::linkerconfig::modules::Variables::AddValue( in MockGenericVariables() 38 android::linkerconfig::modules::Variables::AddValue( in MockGenericVariables() [all …]
|
/system/server_configurable_flags/libflags/ |
D | server_configurable_flags_test.cc | 31 using namespace android::base; 44 android::base::SetProperty("persist.device_config.category.flag", "hello"); in TEST() 50 android::base::SetProperty("persist.device_config.category.flag", ""); in TEST() 67 android::base::SetProperty("persist.device_config.attempted_boot_count", "1"); in TEST() 68 android::base::SetProperty("persist.device_config.category1.prop1", "val1"); in TEST() 69 android::base::SetProperty("persist.device_config.category1.prop2", "val2"); in TEST() 70 android::base::SetProperty("persist.device_config.category2.prop3", "val3"); in TEST() 71 android::base::SetProperty("sys.category3.test", "val4"); in TEST() 72 android::base::SetProperty("device_config.reset_performed", ""); in TEST() 76 ASSERT_EQ("2", android::base::GetProperty("persist.device_config.attempted_boot_count", "")); in TEST() [all …]
|
/system/bt/service/common/ |
D | Android.bp | 45 "android/bluetooth/IBluetooth.aidl", 46 "android/bluetooth/IBluetoothA2dpSink.aidl", 47 "android/bluetooth/IBluetoothA2dpSinkCallback.aidl", 48 "android/bluetooth/IBluetoothA2dpSource.aidl", 49 "android/bluetooth/IBluetoothA2dpSourceCallback.aidl", 50 "android/bluetooth/IBluetoothAvrcpControl.aidl", 51 "android/bluetooth/IBluetoothAvrcpControlCallback.aidl", 52 "android/bluetooth/IBluetoothAvrcpTarget.aidl", 53 "android/bluetooth/IBluetoothAvrcpTargetCallback.aidl", 54 "android/bluetooth/IBluetoothCallback.aidl", [all …]
|