Home
last modified time | relevance | path

Searched defs:Stack (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/shim/src/
Dstack.rs11 pub struct Stack(bluetooth_rs::Stack); struct
13 impl Deref for Stack { implementation
20 impl DerefMut for Stack { implementation
49 pub fn stack_start(_stack: &mut Stack) { in stack_start()
53 pub fn stack_stop(stack: &mut Stack) { in stack_stop()
Dbridge.rs10 type Stack; typedef
16 fn stack_start(stack: &mut Stack); in stack_start()
17 fn stack_stop(stack: &mut Stack); in stack_stop()
/packages/modules/Bluetooth/system/gd/rust/stack/src/
Dlib.rs26 pub struct Stack { struct
31 impl Stack { impl
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs65 pub struct Stack {} struct
67 impl Stack { implementation
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstack.h35Stack(Allocator* allocator, size_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack… in Stack() function
40 Stack(Stack&& rhs) in Stack() function
/packages/modules/NeuralNetworks/common/
DBufferTracker.cpp191 using Stack = std::stack<Request::MemoryDomainToken, StackSpace>; in BufferTracker() typedef
/packages/modules/Bluetooth/system/gd/rust/facade/src/
Dlib.rs77 async fn start(stack: Stack, req: StartStackRequest, grpc_port: u16) -> Self { in start()