Searched refs:D (Results 1 – 4 of 4) sorted by relevance
/trusty/user/base/lib/tipc/rust/src/service/ |
D | handle_set.rs | 34 D: Dispatcher, 38 ports: [Rc<Channel<D>>; PORT_COUNT], 39 connections: [Option<Rc<Channel<D>>>; MAX_CONNECTION_COUNT], 44 impl<D: Dispatcher, const PORT_COUNT: usize, const MAX_CONNECTION_COUNT: usize> 45 HandleSet<D, PORT_COUNT, MAX_CONNECTION_COUNT> 47 pub fn try_new(ports: [Rc<Channel<D>>; PORT_COUNT]) -> Result<Self> { in try_new() 84 pub fn add_connection(&mut self, connection: Rc<Channel<D>>) -> Result<()> { in add_connection() 119 pub fn close(&mut self, connection: Rc<Channel<D>>) { in close() argument 156 fn do_set_ctrl(&self, cmd: u32, event: u32, channel: &Rc<Channel<D>>) -> Result<()> { in do_set_ctrl() 204 impl<D: Dispatcher, const PORT_COUNT: usize, const MAX_CONNECTION_COUNT: usize> fmt::Debug [all …]
|
/trusty/user/base/lib/libstdc++-trusty/include/ |
D | UniquePtr.h | 51 template <typename T, typename D = DefaultDelete<T> > 77 D()(mPtr); 102 template <typename T, typename D> 103 class UniquePtr<T[], D> { 120 D()(mPtr);
|
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 131 pub(crate) struct Channel<D: Dispatcher> { 133 ty: ChannelTy<D>, 136 impl<D: Dispatcher> PartialEq for Channel<D> { 142 impl<D: Dispatcher> Eq for Channel<D> {} 144 impl<D: Dispatcher> fmt::Debug for Channel<D> { 153 enum ChannelTy<D: Dispatcher> { 158 Connection(D::Connection), 161 impl<D: Dispatcher> fmt::Debug for ChannelTy<D> { 170 impl<D: Dispatcher> Channel<D> { 226 fn try_new_connection(handle: Handle, data: D::Connection) -> Result<Rc<Self>> { in try_new_connection() [all …]
|
/trusty/user/app/cast-auth/app/test-app/ |
D | README.md | 2 "/vendor/bin/trusty-ut-ctrl -D /dev/trusty-ipc-dev0 com.android.trusty.cast_auth.test" \
|