Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 25 of 98) sorted by relevance

1234

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h83 gatekeeper_error_t Send(uint32_t command, const GateKeeperMessage& request,
86 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse* response) { in Send() function
87 return Send(GK_ENROLL, request, response); in Send()
90 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse* response) { in Send() function
91 return Send(GK_VERIFY, request, response); in Send()
94 gatekeeper_error_t Send(const DeleteUserRequest& request, DeleteUserResponse* response) { in Send() function
95 return Send(GK_DELETE_USER, request, response); in Send()
98 gatekeeper_error_t Send(const DeleteAllUsersRequest& request, in Send() function
100 return Send(GK_DELETE_ALL_USERS, request, response); in Send()
Dtrusty_gatekeeper.cpp93 auto error = Send(request, &response); in enroll()
129 auto error = Send(request, &response); in verify()
154 auto error = Send(request, &response); in deleteUser()
174 auto error = Send(request, &response); in deleteAllUsers()
187 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice
/system/keymint/boringssl/src/
Dtypes.rs24 unsafe impl Send for CmacCtx {}
32 unsafe impl Send for EvpMdCtx {}
40 unsafe impl Send for EvpPkeyCtx {}
48 unsafe impl Send for HmacCtx {}
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs20 pub trait IDeprecated: binder::Interface + Send {
30 pub trait IDeprecatedAsync<P>: binder::Interface + Send {
35 pub trait IDeprecatedAsyncServer: binder::Interface + Send {
42 T: IDeprecatedAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: IDeprecatedAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
63 pub trait IDeprecatedDefault: Send + Sync {
DINamedCallback.rs19 pub trait INamedCallback: binder::Interface + Send {
29 pub trait INamedCallbackAsync<P>: binder::Interface + Send {
34 pub trait INamedCallbackAsyncServer: binder::Interface + Send {
42 T: INamedCallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: INamedCallbackAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait INamedCallbackDefault: Send + Sync {
DINewName.rs19 pub trait INewName: binder::Interface + Send {
29 pub trait INewNameAsync<P>: binder::Interface + Send {
34 pub trait INewNameAsyncServer: binder::Interface + Send {
42 T: INewNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: INewNameAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait INewNameDefault: Send + Sync {
DIOldName.rs19 pub trait IOldName: binder::Interface + Send {
29 pub trait IOldNameAsync<P>: binder::Interface + Send {
34 pub trait IOldNameAsyncServer: binder::Interface + Send {
42 T: IOldNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: IOldNameAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait IOldNameDefault: Send + Sync {
DICircular.rs19 pub trait ICircular: binder::Interface + Send {
29 pub trait ICircularAsync<P>: binder::Interface + Send {
34 pub trait ICircularAsyncServer: binder::Interface + Send {
42 T: ICircularAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: ICircularAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait ICircularDefault: Send + Sync {
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs20 pub trait IDeprecated: binder::Interface + Send {
30 pub trait IDeprecatedAsync<P>: binder::Interface + Send {
35 pub trait IDeprecatedAsyncServer: binder::Interface + Send {
42 T: IDeprecatedAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: IDeprecatedAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
63 pub trait IDeprecatedDefault: Send + Sync {
DINamedCallback.rs19 pub trait INamedCallback: binder::Interface + Send {
29 pub trait INamedCallbackAsync<P>: binder::Interface + Send {
34 pub trait INamedCallbackAsyncServer: binder::Interface + Send {
42 T: INamedCallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: INamedCallbackAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait INamedCallbackDefault: Send + Sync {
DIOldName.rs19 pub trait IOldName: binder::Interface + Send {
29 pub trait IOldNameAsync<P>: binder::Interface + Send {
34 pub trait IOldNameAsyncServer: binder::Interface + Send {
42 T: IOldNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: IOldNameAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait IOldNameDefault: Send + Sync {
DINewName.rs19 pub trait INewName: binder::Interface + Send {
29 pub trait INewNameAsync<P>: binder::Interface + Send {
34 pub trait INewNameAsyncServer: binder::Interface + Send {
42 T: INewNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: INewNameAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait INewNameDefault: Send + Sync {
DICircular.rs19 pub trait ICircular: binder::Interface + Send {
29 pub trait ICircularAsync<P>: binder::Interface + Send {
34 pub trait ICircularAsyncServer: binder::Interface + Send {
42 T: ICircularAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
43 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
49 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
55 T: ICircularAsyncServer + Send + Sync + 'static, in new_async_binder()
56 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
66 pub trait ICircularDefault: Send + Sync {
/system/security/keystore2/src/
Dasync_task.rs39 pub struct Shelf(HashMap<TypeId, Box<dyn Any + Send>>);
43 pub fn get_downcast_ref<T: Any + Send>(&self) -> Option<&T> { in get_downcast_ref()
49 pub fn get_downcast_mut<T: Any + Send>(&mut self) -> Option<&mut T> { in get_downcast_mut()
54 pub fn remove_downcast_ref<T: Any + Send>(&mut self) -> Option<T> { in remove_downcast_ref()
59 pub fn put<T: Any + Send>(&mut self, v: T) -> Option<T> { in put()
61 .insert(TypeId::of::<T>(), Box::new(v) as Box<dyn Any + Send>) in put()
67 pub fn get_mut<T: Any + Send + Default>(&mut self) -> &mut T { in get_mut()
70 .or_insert_with(|| Box::<T>::default() as Box<dyn Any + Send>) in get_mut()
77 pub fn get_or_put_with<T: Any + Send, F>(&mut self, init: F) -> &mut T in get_or_put_with() argument
83 .or_insert_with(|| Box::new(init()) as Box<dyn Any + Send>) in get_or_put_with()
[all …]
Dgc.rs49 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with()
52 ) + Send in new_init_with()
88 invalidate_key: Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>,
/system/authgraph/core/src/
Dtraits.rs51 pub trait AesGcm: Send {
79 pub trait EcDh: Send {
93 pub trait EcDsa: Send {
126 pub trait Hmac: Send {
132 pub trait Hkdf: Send {
140 pub trait Sha256: Send {
238 pub trait MonotonicClock: Send {
/system/core/fastboot/
Dsocket.cpp120 bool Send(const void* data, size_t length) override;
121 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
141 bool UdpSocket::Send(const void* data, size_t length) { in Send() function in UdpSocket
147 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in UdpSocket
178 bool Send(const void* data, size_t length) override;
179 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
188 bool TcpSocket::Send(const void* data, size_t length) { in Send() function in TcpSocket
202 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in TcpSocket
Dsocket_mock.h58 bool Send(const void* data, size_t length) override;
59 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
Dsocket.h71 virtual bool Send(const void* data, size_t length) = 0;
80 virtual bool Send(std::vector<cutils_socket_buffer_t> buffers) = 0;
/system/chre/util/include/chre/util/pigweed/
Dchre_channel_output.h55 pw::Status Send(pw::span<const std::byte> buffer) override;
81 pw::Status Send(pw::span<const std::byte> buffer) override;
103 pw::Status Send(pw::span<const std::byte> buffer) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs19 pub trait INestedService: binder::Interface + Send {
30 pub trait INestedServiceAsync<P>: binder::Interface + Send {
36 pub trait INestedServiceAsyncServer: binder::Interface + Send {
45 T: INestedServiceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
46 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
52 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
58 T: INestedServiceAsyncServer + Send + Sync + 'static, in new_async_binder()
59 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
72 pub trait INestedServiceDefault: Send + Sync {
242 pub trait ICallback: binder::Interface + Send {
[all …]
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs19 pub trait INestedService: binder::Interface + Send {
30 pub trait INestedServiceAsync<P>: binder::Interface + Send {
36 pub trait INestedServiceAsyncServer: binder::Interface + Send {
45 T: INestedServiceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder()
46 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
52 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder()
58 T: INestedServiceAsyncServer + Send + Sync + 'static, in new_async_binder()
59 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder()
72 pub trait INestedServiceDefault: Send + Sync {
242 pub trait ICallback: binder::Interface + Send {
[all …]
/system/keymint/common/src/crypto/
Dtraits.rs62 pub trait Rng: Send {
77 pub trait ConstTimeEq: Send {
87 pub trait MonotonicClock: Send {
97 pub trait Aes: Send {
159 pub trait Des: Send {
193 pub trait Hmac: Send {
235 pub trait AesCmac: Send {
242 pub trait Rsa: Send {
297 pub trait Ec: Send {
409 pub trait EmittingOperation: Send {
[all …]
/system/chre/util/pigweed/
Dchre_channel_output.cc79 pw::Status ChreServerNanoappChannelOutput::Send( in Send() function in chre::ChreServerNanoappChannelOutput
101 pw::Status ChreClientNanoappChannelOutput::Send( in Send() function in chre::ChreClientNanoappChannelOutput
114 pw::Status ChreServerHostChannelOutput::Send(pw::span<const std::byte> buffer) { in Send() function in chre::ChreServerHostChannelOutput
/system/core/fastboot/fuzzer/
Dsocket_mock_fuzz.h33 bool Send(const void* data, size_t length) override;
34 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;

1234