Searched refs:handlers (Results 1 – 12 of 12) sorted by relevance
/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() 87 handlers.handleSelfTestResponse(*msg.AsSelfTestResponse()); in decodeMessageFromChre()
|
/system/bt/gd/cert/ |
D | event_stream.py | 78 self.handlers = [] 128 self.handlers.append((callback, matcher_fn)) 141 self.handlers.remove((callback, matcher_fn)) 152 for (callback, matcher_fn) in self.handlers:
|
/system/core/fastboot/device/ |
D | commands.cpp | 93 const VariableHandlers& handlers) { in GetAllVars() argument 94 if (!handlers.get_all_args) { in GetAllVars() 96 if (!handlers.get(device, std::vector<std::string>(), &message)) { in GetAllVars() 103 auto all_args = handlers.get_all_args(device); in GetAllVars() 106 if (!handlers.get(device, args, &message)) { in GetAllVars() 159 for (const auto& [name, handlers] : kVariableMap) { in GetVarHandler() 160 GetAllVars(device, name, handlers); in GetVarHandler()
|
/system/chre/host/common/include/chre_host/ |
D | host_protocol_host.h | 99 IChreMessageHandlers &handlers);
|
/system/chre/test/ |
D | README.md | 19 macro, and implements CHRE specific event handlers for Pigweed's UT Framework.
|
/system/extras/simpleperf/scripts/test/ |
D | test_utils.py | 59 logging.getLogger().handlers.clear()
|
/system/unwinding/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/unwinding/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/bt/gd/docs/architecture/ |
D | architecture.md | 75 to bind handlers to different threads and that should not affect the overall
|
/system/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]
|