Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 6 of 6) sorted by relevance

/system/core/libutils/include/utils/
DLooper.h54 struct Message { struct
55 Message() : what(0) { } in Message() function
56 Message(int w) : what(w) { } in Message() function
79 virtual void handleMessage(const Message& message) = 0; argument
/system/bt/gd/rust/linux/stack/src/
Dlib.rs57 pub enum Message { enum
73 pub async fn dispatch(mut rx: Receiver<Message>, bluetooth: Arc<Mutex<Bluetooth>>) { in dispatch()
Dbluetooth.rs61 pub fn new(tx: Sender<Message>, intf: Arc<Mutex<BluetoothInterface>>) -> Bluetooth { in new()
/system/teeui/libteeui/include/teeui/
Dmsg_formatting.h143 inline WriteStream write(Message<>, WriteStream out) { in write() argument
/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp293 #define GARBAGE_TEST(Message) \ argument
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp928 #define GARBAGE_TEST(Message) \ argument