Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 106) sorted by relevance

12345

/system/libbase/include/android-base/
Dresult.h130 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/
DIDeprecated.rs26 pub trait IDeprecatedAsync<P>: binder::Interface + Send {
72 impl<P: binder::BinderAsyncPool> IDeprecatedAsync<P> for BpDeprecated {
DIOldName.rs25 pub trait IOldNameAsync<P>: binder::Interface + Send {
100 impl<P: binder::BinderAsyncPool> IOldNameAsync<P> for BpOldName {
107 P::spawn(
DINamedCallback.rs25 pub trait INamedCallbackAsync<P>: binder::Interface + Send {
100 impl<P: binder::BinderAsyncPool> INamedCallbackAsync<P> for BpNamedCallback {
107 P::spawn(
DINewName.rs25 pub trait INewNameAsync<P>: binder::Interface + Send {
100 impl<P: binder::BinderAsyncPool> INewNameAsync<P> for BpNewName {
107 P::spawn(
DICircular.rs25 pub trait ICircularAsync<P>: binder::Interface + Send {
100 impl<P: binder::BinderAsyncPool> ICircularAsync<P> for BpCircular {
107 P::spawn(
DITestService.rs93 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 …]
DListOfInterfaces.rs51 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(
DArrayOfInterfaces.rs51 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/
Drootcanal_hal.rs116 async fn write_nci<W, P>(writer: &mut W, cmd: P) -> Result<()> in write_nci()
119 P: Packet, in write_nci()
/system/sepolicy/vendor/
Dhal_wifi_supplicant_default.te26 # 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/
DREADME.md63 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/
DLevel.h38 P = 3, enumerator
/system/security/keystore2/src/database/
Dperboot.rs96 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/
DINestedService.rs26 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/
Dutils.cpp70 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/
DIFooInterface.rs36 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/
Dcurrent.txt12 # Frameworks HALs released in Android P
/system/extras/simpleperf/demo/JavaApi/app/
Dbuild.gradle7 // Simpleperf profiles interpreted/jitted Java code on Android >= P.
/system/libhidl/transport/
Dcurrent.txt19 # HALs released in Android P
/system/apex/apexd/apexd_testdata/
Dcom.android.apex.test_package_2.pem22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
Dcom.android.apex.test_package.pem22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
Dcom.android.apex.compressed.pem22 +0P+58VGHkd3ACPFG4PcS8gnmjpx/EXicWq855w+nshr8Ff4Gs9LbUv0pg8s9mZA
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs389 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/
Dtoolbox.te31 # chattr +F and chattr +P /data/media in init

12345