/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 83 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()
|
D | trusty_gatekeeper.cpp | 93 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/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 16 pub trait IDeprecated: binder::Interface + Send { 26 pub trait IDeprecatedAsync<P>: binder::Interface + Send { 31 pub trait IDeprecatedAsyncServer: binder::Interface + Send { 38 T: IDeprecatedAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 39 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 51 T: IDeprecatedAsyncServer + Send + Sync + 'static, in new_async_binder() 52 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 59 pub trait IDeprecatedDefault: Send + Sync {
|
D | IOldName.rs | 15 pub trait IOldName: binder::Interface + Send { 25 pub trait IOldNameAsync<P>: binder::Interface + Send { 30 pub trait IOldNameAsyncServer: binder::Interface + Send { 38 T: IOldNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 39 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 51 T: IOldNameAsyncServer + Send + Sync + 'static, in new_async_binder() 52 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 62 pub trait IOldNameDefault: Send + Sync {
|
D | INamedCallback.rs | 15 pub trait INamedCallback: binder::Interface + Send { 25 pub trait INamedCallbackAsync<P>: binder::Interface + Send { 30 pub trait INamedCallbackAsyncServer: binder::Interface + Send { 38 T: INamedCallbackAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 39 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 51 T: INamedCallbackAsyncServer + Send + Sync + 'static, in new_async_binder() 52 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 62 pub trait INamedCallbackDefault: Send + Sync {
|
D | INewName.rs | 15 pub trait INewName: binder::Interface + Send { 25 pub trait INewNameAsync<P>: binder::Interface + Send { 30 pub trait INewNameAsyncServer: binder::Interface + Send { 38 T: INewNameAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 39 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 51 T: INewNameAsyncServer + Send + Sync + 'static, in new_async_binder() 52 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 62 pub trait INewNameDefault: Send + Sync {
|
D | ICircular.rs | 15 pub trait ICircular: binder::Interface + Send { 25 pub trait ICircularAsync<P>: binder::Interface + Send { 30 pub trait ICircularAsyncServer: binder::Interface + Send { 38 T: ICircularAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 39 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 51 T: ICircularAsyncServer + Send + Sync + 'static, in new_async_binder() 52 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 62 pub trait ICircularDefault: Send + Sync {
|
D | ListOfInterfaces.rs | 42 pub trait IEmptyInterface: binder::Interface + Send { 51 pub trait IEmptyInterfaceAsync<P>: binder::Interface + Send { 55 pub trait IEmptyInterfaceAsyncServer: binder::Interface + Send { 62 T: IEmptyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 63 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 69 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 75 T: IEmptyInterfaceAsyncServer + Send + Sync + 'static, in new_async_binder() 76 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 83 pub trait IEmptyInterfaceDefault: Send + Sync { 119 pub trait IMyInterface: binder::Interface + Send { [all …]
|
D | ArrayOfInterfaces.rs | 42 pub trait IEmptyInterface: binder::Interface + Send { 51 pub trait IEmptyInterfaceAsync<P>: binder::Interface + Send { 55 pub trait IEmptyInterfaceAsyncServer: binder::Interface + Send { 62 T: IEmptyInterfaceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 63 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 69 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 75 T: IEmptyInterfaceAsyncServer + Send + Sync + 'static, in new_async_binder() 76 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 83 pub trait IEmptyInterfaceDefault: Send + Sync { 119 pub trait IMyInterface: binder::Interface + Send { [all …]
|
/system/security/keystore2/src/ |
D | async_task.rs | 39 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 …]
|
D | gc.rs | 49 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>,
|
D | watchdog.rs | 61 callback: Option<Box<dyn Fn() -> String + Send + 'static>>, 223 callback: Option<Box<dyn Fn() -> String + Send + 'static>>, in watch_with_optional() 244 callback: impl Fn() -> String + Send + 'static, in watch_with() 256 callback: Option<Box<dyn Fn() -> String + Send + 'static>>, in arm()
|
/system/core/fastboot/ |
D | socket.cpp | 120 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
|
D | socket_mock.h | 58 bool Send(const void* data, size_t length) override; 59 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
|
D | socket.h | 71 virtual bool Send(const void* data, size_t length) = 0; 80 virtual bool Send(std::vector<cutils_socket_buffer_t> buffers) = 0;
|
D | socket_mock.cpp | 41 bool SocketMock::Send(const void* data, size_t length) { in Send() function in SocketMock 65 bool SocketMock::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in SocketMock 70 return Send(data.data(), data.size()); in Send()
|
D | socket_test.cpp | 65 return sock->Send(message.c_str(), message.length()); in SendString() 196 EXPECT_TRUE(sock->Send(buffers)); in TEST() 199 EXPECT_FALSE(sock->Send(buffers)); in TEST() 202 EXPECT_FALSE(sock->Send(buffers)); in TEST() 205 EXPECT_FALSE(sock->Send(buffers)); in TEST() 278 EXPECT_EQ(expect_success, sock->Send(buffers)); in TEST()
|
/system/chre/util/include/chre/util/pigweed/ |
D | chre_channel_output.h | 76 pw::Status Send(pw::span<const std::byte> buffer) override; 98 pw::Status Send(pw::span<const std::byte> buffer) override; 117 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/ |
D | INestedService.rs | 15 pub trait INestedService: binder::Interface + Send { 26 pub trait INestedServiceAsync<P>: binder::Interface + Send { 32 pub trait INestedServiceAsyncServer: binder::Interface + Send { 41 T: INestedServiceAsyncServer + binder::Interface + Send + Sync + 'static, in new_async_binder() 42 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 48 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() 54 T: INestedServiceAsyncServer + Send + Sync + 'static, in new_async_binder() 55 R: binder::binder_impl::BinderAsyncRuntime + Send + Sync + 'static, in new_async_binder() 68 pub trait INestedServiceDefault: Send + Sync { 241 pub trait ICallback: binder::Interface + Send { [all …]
|
/system/chre/util/pigweed/ |
D | chre_channel_output.cc | 81 pw::Status ChreServerNanoappChannelOutput::Send( in Send() function in chre::ChreServerNanoappChannelOutput 100 pw::Status ChreClientNanoappChannelOutput::Send( in Send() function in chre::ChreClientNanoappChannelOutput 110 pw::Status ChreServerHostChannelOutput::Send(pw::span<const std::byte> buffer) { in Send() function in chre::ChreServerHostChannelOutput
|
/system/core/fastboot/fuzzer/ |
D | socket_mock_fuzz.h | 33 bool Send(const void* data, size_t length) override; 34 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
|
D | socket_mock_fuzz.cpp | 24 bool SocketMockFuzz::Send(const void* data, size_t length) { in Send() function in SocketMockFuzz 45 bool SocketMockFuzz::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in SocketMockFuzz 50 return Send(data.data(), data.size()); in Send()
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 37 trace_provider: Arc<Mutex<dyn TraceProvider + Send>>, 38 provider_ready_callbacks: Arc<Mutex<Vec<Box<dyn FnOnce() + Send>>>>, 128 pub fn register_provider_ready_callback(&self, cb: Box<dyn FnOnce() + Send>) { in register_provider_ready_callback() argument
|
/system/core/fastboot/device/ |
D | tcp_client.cpp | 111 if (!socket_->Send(std::vector<cutils_socket_buffer_t>{{header, 8}, {data, len}})) { in Write() 168 if (!socket_->Send(handshake_message.c_str(), kHandshakeLength)) { in ListenFastbootSocket()
|
/system/memory/libmemunreachable/ |
D | LeakPipe.h | 101 bool Send(const T& value) { in Send() function 117 if (!Send(size)) { in SendVector()
|