/system/libbase/include/android-base/ |
D | result.h | 130 template <typename T, typename P, typename = std::enable_if_t<std::is_convertible_v<P, E>>> 131 ResultError(T&& message, P&& code) in ResultError() 132 : message_(std::forward<T>(message)), code_(E(std::forward<P>(code))) {} in ResultError() 150 template <typename P, typename = std::enable_if_t<std::is_convertible_v<P, E>>> 151 ResultError(P&& code) : code_(E(std::forward<P>(code))) {} 199 template <typename P, typename = std::enable_if_t<std::is_convertible_v<P, E>>> 201 Error(P&& code) : code_(std::forward<P>(code)), has_code_(true) {} 203 template <typename T, typename P, typename = std::enable_if_t<std::is_convertible_v<E, P>>> 205 operator android::base::expected<T, ResultError<P>>() const { 206 return android::base::unexpected(ResultError<P>(str(), static_cast<P>(code_))); [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 26 pub trait IDeprecatedAsync<P>: binder::Interface + Send { 72 impl<P: binder::BinderAsyncPool> IDeprecatedAsync<P> for BpDeprecated {
|
D | IOldName.rs | 25 pub trait IOldNameAsync<P>: binder::Interface + Send { 100 impl<P: binder::BinderAsyncPool> IOldNameAsync<P> for BpOldName { 107 P::spawn(
|
D | INamedCallback.rs | 25 pub trait INamedCallbackAsync<P>: binder::Interface + Send { 100 impl<P: binder::BinderAsyncPool> INamedCallbackAsync<P> for BpNamedCallback { 107 P::spawn(
|
D | INewName.rs | 25 pub trait INewNameAsync<P>: binder::Interface + Send { 100 impl<P: binder::BinderAsyncPool> INewNameAsync<P> for BpNewName { 107 P::spawn(
|
D | ICircular.rs | 25 pub trait ICircularAsync<P>: binder::Interface + Send { 100 impl<P: binder::BinderAsyncPool> ICircularAsync<P> for BpCircular { 107 P::spawn(
|
D | ITestService.rs | 93 pub trait ITestServiceAsync<P>: binder::Interface + Send { 2430 impl<P: binder::BinderAsyncPool> ITestServiceAsync<P> for BpTestService { 2437 P::spawn( 2450 P::spawn( 2471 P::spawn( 2484 P::spawn( 2497 P::spawn( 2510 P::spawn( 2523 P::spawn( 2536 P::spawn( [all …]
|
D | ListOfInterfaces.rs | 51 pub trait IEmptyInterfaceAsync<P>: binder::Interface + Send { 96 impl<P: binder::BinderAsyncPool> IEmptyInterfaceAsync<P> for BpEmptyInterface { 129 pub trait IMyInterfaceAsync<P>: binder::Interface + Send { 214 impl<P: binder::BinderAsyncPool> IMyInterfaceAsync<P> for BpMyInterface { 221 P::spawn(
|
D | ArrayOfInterfaces.rs | 51 pub trait IEmptyInterfaceAsync<P>: binder::Interface + Send { 96 impl<P: binder::BinderAsyncPool> IEmptyInterfaceAsync<P> for BpEmptyInterface { 129 pub trait IMyInterfaceAsync<P>: binder::Interface + Send { 216 impl<P: binder::BinderAsyncPool> IMyInterfaceAsync<P> for BpMyInterface { 223 P::spawn(
|
/system/nfc/src/rust/hal/ |
D | rootcanal_hal.rs | 116 async fn write_nci<W, P>(writer: &mut W, cmd: P) -> Result<()> in write_nci() 119 P: Packet, in write_nci()
|
/system/sepolicy/vendor/ |
D | hal_wifi_supplicant_default.te | 26 # Devices upgrading to P may grant this permission in device-specific 29 # P should use /data/vendor/wifi, which is already granted in core
|
/system/extras/simpleperf/ |
D | README.md | 63 1. Test on android emulators running on linux x86_64 host, for android version N/O/P/Q/R/S/current. 75 1. Test on android devices connected to linux x86_64 host, for android version O/P/Q/R/S/current. 81 3. Test on an android device connected to darwin x86_64 host, for one of android version O/P/Q/R/S/… 87 4. Test on an android device connected to darwin x86_64 host, for one of android version O/P/Q/R/S/…
|
/system/libvintf/include/vintf/ |
D | Level.h | 38 P = 3, enumerator
|
/system/security/keystore2/src/database/ |
D | perboot.rs | 96 pub fn find_auth_token_entry<P: Fn(&AuthTokenEntry) -> bool>( in find_auth_token_entry() 98 p: P, in find_auth_token_entry() argument
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | INestedService.rs | 26 pub trait INestedServiceAsync<P>: binder::Interface + Send { 133 impl<P: binder::BinderAsyncPool> INestedServiceAsync<P> for BpNestedService { 140 P::spawn( 153 P::spawn( 251 pub trait ICallbackAsync<P>: binder::Interface + Send { 326 impl<P: binder::BinderAsyncPool> ICallbackAsync<P> for BpCallback { 333 P::spawn(
|
/system/teeui/libteeui/src/ |
D | utils.cpp | 70 Point<pxs> P(pxs(.5), a1 - a0 * (pxs(.5) - a0) / a1); in pixelLineIntersect() local 71 TEEUI_LOG << " P: " << P << " Q: " << Q; in pixelLineIntersect() 72 Point<pxs> R = P - Q; in pixelLineIntersect()
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 36 pub trait IFooInterfaceAsync<P>: binder::Interface + Send { 259 impl<P: binder::BinderAsyncPool> IFooInterfaceAsync<P> for BpFooInterface { 266 P::spawn( 279 P::spawn( 292 P::spawn( 305 P::spawn( 320 P::spawn( 339 P::spawn(
|
/system/hardware/interfaces/ |
D | current.txt | 12 # Frameworks HALs released in Android P
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
|
/system/libhidl/transport/ |
D | current.txt | 19 # HALs released in Android P
|
/system/apex/apexd/apexd_testdata/ |
D | com.android.apex.test_package_2.pem | 22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
|
D | com.android.apex.test_package.pem | 22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
|
D | com.android.apex.compressed.pem | 22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.rs | 389 pub trait IRepeatFixedSizeArrayAsync<P>: binder::Interface + Send { 690 impl<P: binder::BinderAsyncPool> IRepeatFixedSizeArrayAsync<P> for BpRepeatFixedSizeArray { 697 P::spawn( 710 P::spawn( 723 P::spawn( 736 P::spawn( 749 P::spawn( 762 P::spawn( 775 P::spawn( 788 P::spawn( [all …]
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | toolbox.te | 31 # chattr +F and chattr +P /data/media in init
|