Searched refs:handlers (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/cert/ |
D | event_callback_stream.py | 52 self.handlers = [] 90 self.handlers.append((callback, matcher_fn)) 103 self.handlers.remove((callback, matcher_fn)) 137 for (callback, matcher_fn) in self.handlers:
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 50 IChreMessageHandlers &handlers) { in decodeMessageFromChre() argument 59 handlers.handleNanoappMessage(*msg.AsNanoappMessage()); in decodeMessageFromChre() 63 handlers.handleHubInfoResponse(*msg.AsHubInfoResponse()); in decodeMessageFromChre() 67 handlers.handleNanoappListResponse(*msg.AsNanoappListResponse()); in decodeMessageFromChre() 71 handlers.handleLoadNanoappResponse(*msg.AsLoadNanoappResponse()); in decodeMessageFromChre() 75 handlers.handleUnloadNanoappResponse(*msg.AsUnloadNanoappResponse()); in decodeMessageFromChre() 79 handlers.handleDebugDumpData(*msg.AsDebugDumpData()); in decodeMessageFromChre() 83 handlers.handleDebugDumpResponse(*msg.AsDebugDumpResponse()); in decodeMessageFromChre()
|
/system/core/fastboot/device/ |
D | commands.cpp | 83 const VariableHandlers& handlers) { in GetAllVars() argument 84 if (!handlers.get_all_args) { in GetAllVars() 86 if (!handlers.get(device, std::vector<std::string>(), &message)) { in GetAllVars() 93 auto all_args = handlers.get_all_args(device); in GetAllVars() 96 if (!handlers.get(device, args, &message)) { in GetAllVars() 147 for (const auto& [name, handlers] : kVariableMap) { in GetVarHandler() 148 GetAllVars(device, name, handlers); in GetVarHandler()
|
/system/chre/host/common/include/chre_host/ |
D | host_protocol_host.h | 96 IChreMessageHandlers &handlers);
|
/system/core/libbacktrace/testdata/arm/ |
D | offline_testdata | 63 map: start: e8719000 end: e871b000 offset: 0 load_bias: 0 flags: 1 name: [anon:atexit handlers] 84 map: start: e87ab000 end: e87ac000 offset: 0 load_bias: 0 flags: 1 name: [anon:atexit handlers]
|
/system/core/libbacktrace/testdata/arm64/ |
D | offline_testdata | 69 map: start: 7015fd7000 end: 7015fdb000 offset: 0 load_bias: 0 flags: 1 name: [anon:atexit handlers] 86 map: start: 701602a000 end: 701602b000 offset: 0 load_bias: 0 flags: 1 name: [anon:atexit handlers]
|
/system/chre/doc/ |
D | vendor_extensions.md | 79 not need to worry about race conditions in its callbacks/handlers. However, it
|
/system/core/libprocinfo/testdata/ |
D | maps | 1134 70e8d95000-70e8d96000 r--p 00000000 00:00 0 [anon:atexit handlers] 1171 70e8f61000-70e8f62000 r--p 00000000 00:00 0 [anon:atexit handlers] 1743 70eb8a4000-70eb8a5000 r--p 00000000 00:00 0 [anon:atexit handlers] 1991 70ebd5f000-70ebd62000 r--p 00000000 00:00 0 [anon:atexit handlers] 2005 70ebdbd000-70ebdbe000 r--p 00000000 00:00 0 [anon:atexit handlers] 2028 70ebf64000-70ebf65000 r--p 00000000 00:00 0 [anon:atexit handlers]
|
/system/memory/libmeminfo/testdata1/ |
D | smaps | 39664 7007f7ef8000-7007f7ef9000 r--p 00000000 00:00 0 [anon:atexit handlers] 39665 Name: [anon:atexit handlers] 52646 7007faca1000-7007faca2000 r--p 00000000 00:00 0 [anon:atexit handlers] 52647 Name: [anon:atexit handlers] 54617 7007fb07b000-7007fb07c000 r--p 00000000 00:00 0 [anon:atexit handlers] 54618 Name: [anon:atexit handlers] 55479 7007fb16c000-7007fb170000 r--p 00000000 00:00 0 [anon:atexit handlers] 55480 Name: [anon:atexit handlers] 55911 7007fb212000-7007fb213000 r--p 00000000 00:00 0 [anon:atexit handlers] 55912 Name: [anon:atexit handlers]
|