| /system/extras/simpleperf/ |
| D | IOEventLoop.cpp | 30 std::function<bool()> callback; member 106 IOEventRef IOEventLoop::AddReadEvent(int fd, const std::function<bool()>& callback, in AddReadEvent() 114 IOEventRef IOEventLoop::AddWriteEvent(int fd, const std::function<bool()>& callback, in AddWriteEvent() 122 bool IOEventLoop::AddSignalEvent(int sig, const std::function<bool()>& callback, in AddSignalEvent() 127 bool IOEventLoop::AddSignalEvents(std::vector<int> sigs, const std::function<bool()>& callback, in AddSignalEvents() 137 IOEventRef IOEventLoop::AddPeriodicEvent(timeval duration, const std::function<bool()>& callback, in AddPeriodicEvent() 142 IOEventRef IOEventLoop::AddOneTimeEvent(timeval duration, const std::function<bool()>& callback, in AddOneTimeEvent() 148 const std::function<bool()>& callback, IOEventPriority priority) { in AddEvent()
|
| /system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
| D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 199 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 214 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 233 auto callback = [&callbackInvoked](IKeystore::KeystoreStatusCode /*status*/, in TEST_P() local 258 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 281 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 305 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 320 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 335 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 354 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_P() local 380 auto callback = [&statusCode, &cert](IKeystore::KeystoreStatusCode status, in TEST_P() local [all …]
|
| /system/connectivity/wificond/ |
| D | looper_backed_event_loop.cpp | 27 explicit EventLoopCallback(const std::function<void()>& callback) in EventLoopCallback() 45 explicit WatchFdCallback(const std::function<void(int)>& callback) in WatchFdCallback() 79 void LooperBackedEventLoop::PostTask(const std::function<void()>& callback) { in PostTask() 84 const std::function<void()>& callback, in PostDelayedTask() 92 const std::function<void(int)>& callback) { in WatchFileDescriptor()
|
| /system/core/debuggerd/libdebuggerd/ |
| D | tombstone_proto_to_text.cpp | 103 static void print_thread_header(CallbackType callback, const Tombstone& tombstone, in print_thread_header() 125 static void print_register_row(CallbackType callback, int word_size, in print_register_row() 135 static void print_thread_registers(CallbackType callback, const Tombstone& tombstone, in print_thread_registers() 190 static void print_backtrace(CallbackType callback, SymbolizeCallbackType symbolize, in print_backtrace() 221 static void print_thread_backtrace(CallbackType callback, SymbolizeCallbackType symbolize, in print_thread_backtrace() 234 static void print_thread_memory_dump(CallbackType callback, const Tombstone& tombstone, in print_thread_memory_dump() 284 static void print_thread(CallbackType callback, SymbolizeCallbackType symbolize, in print_thread() 292 static void print_tag_dump(CallbackType callback, const Tombstone& tombstone) { in print_tag_dump() 347 static void print_memory_maps(CallbackType callback, const Tombstone& tombstone) { in print_memory_maps() 423 static void print_main_thread(CallbackType callback, SymbolizeCallbackType symbolize, in print_main_thread() [all …]
|
| /system/update_engine/common/ |
| D | scoped_task_id.h | 100 Callable&& callback, in PostTask() 118 void ExecuteTask(Callable&& callback) { in ExecuteTask() 126 std::move(callback)(); in ExecuteTask() local
|
| /system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
| D | IWificond.aidl | 81 oneway void RegisterCallback(IInterfaceEventCallback callback); in RegisterCallback() 89 oneway void UnregisterCallback(IInterfaceEventCallback callback); in UnregisterCallback() 97 oneway void registerWificondEventCallback(IWificondEventCallback callback); in registerWificondEventCallback() 105 oneway void unregisterWificondEventCallback(IWificondEventCallback callback); in unregisterWificondEventCallback()
|
| /system/chre/platform/tests/ |
| D | log_buffer_test.cc | 58 TestLogBufferCallback callback; in TEST() local 78 TestLogBufferCallback callback; in TEST() local 101 TestLogBufferCallback callback; in TEST() local 120 TestLogBufferCallback callback; in TEST() local 137 TestLogBufferCallback callback; in TEST() local 174 TestLogBufferCallback callback; in TEST() local 220 TestLogBufferCallback callback; in TEST() local 272 TestLogBufferCallback callback; in TEST() local 323 TestLogBufferCallback callback; in TEST() local 338 TestLogBufferCallback callback; in TEST() local [all …]
|
| /system/core/libappfuse/ |
| D | FuseAppLoop.cc | 32 bool HandleLookUp(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleLookUp() 57 bool HandleGetAttr(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleGetAttr() 67 bool HandleRead(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleRead() 77 bool HandleWrite(FuseAppLoop* loop, FuseBuffer* buffer, FuseAppLoopCallback* callback) { in HandleWrite() 88 bool HandleMessage(FuseAppLoop* loop, FuseBuffer* buffer, int fd, FuseAppLoopCallback* callback) { in HandleMessage() 199 void FuseAppLoop::Start(FuseAppLoopCallback* callback) { in Start()
|
| /system/libprocinfo/include/procinfo/ |
| D | process_map.h | 228 inline bool ReadMapFileContent(char* content, const MapInfoParamsCallback& callback) { in ReadMapFileContent() 252 inline bool ReadMapFileContent(char* content, const MapInfoCallback& callback) { in ReadMapFileContent() 277 const MapInfoCallback& callback) { in ReadMapFile() 286 inline bool ReadMapFile(const std::string& map_file, const MapInfoParamsCallback& callback, in ReadMapFile() 295 const MapInfoParamsCallback& callback) { in ReadMapFile() 300 inline bool ReadProcessMaps(pid_t pid, const MapInfoCallback& callback) { in ReadProcessMaps() 304 inline bool ReadProcessMaps(pid_t pid, const MapInfoParamsCallback& callback, in ReadProcessMaps() 309 inline bool ReadProcessMaps(pid_t pid, const MapInfoParamsCallback& callback) { in ReadProcessMaps() 322 const CallbackType& callback) { in ReadMapFileAsyncSafe()
|
| /system/update_engine/aosp/ |
| D | binder_service_android.cc | 46 for (auto& callback : callbacks_) { in SendStatusUpdate() local 53 for (auto& callback : callbacks_) { in SendPayloadApplicationComplete() local 59 const android::sp<IUpdateEngineCallback>& callback, bool* return_value) { in bind() 88 const android::sp<IUpdateEngineCallback>& callback, bool* return_value) { in unbind() 189 bool BinderUpdateEngineAndroidService::UnbindCallback(const IBinder* callback) { in UnbindCallback() 226 const android::sp<IUpdateEngineCallback>& callback) in CleanupSuccessfulUpdateCallback() 249 const android::sp<IUpdateEngineCallback>& callback) { in cleanupSuccessfulUpdate()
|
| D | binder_service_stable_android.cc | 56 const android::sp<IUpdateEngineStableCallback>& callback, in bind() 90 const android::sp<IUpdateEngineStableCallback>& callback, in unbind() 117 const IBinder* callback) { in UnbindCallback()
|
| /system/hardware/interfaces/suspend/aidl/android/system/suspend/ |
| D | ISuspendControlService.aidl | 35 boolean registerCallback(ISuspendCallback callback); in registerCallback() 44 boolean registerWakelockCallback(IWakelockCallback callback, @utf8InCpp String name); in registerWakelockCallback()
|
| /system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/1/android/system/suspend/ |
| D | ISuspendControlService.aidl | 37 boolean registerCallback(android.system.suspend.ISuspendCallback callback); in registerCallback() 38 …boolean registerWakelockCallback(android.system.suspend.IWakelockCallback callback, @utf8InCpp Str… in registerWakelockCallback()
|
| /system/hardware/interfaces/suspend/aidl/aidl_api/android.system.suspend.control/current/android/system/suspend/ |
| D | ISuspendControlService.aidl | 21 boolean registerCallback(android.system.suspend.ISuspendCallback callback); in registerCallback() 22 …boolean registerWakelockCallback(android.system.suspend.IWakelockCallback callback, @utf8InCpp Str… in registerWakelockCallback()
|
| /system/chre/util/tests/ |
| D | message_router_test.cc | 299 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 317 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 335 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 369 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 422 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 442 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 471 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 489 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 504 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 527 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local [all …]
|
| /system/chre/java/test/endpoint/src/com/google/android/chre/test/endpoint/ |
| D | ContextHubEchoEndpointExecutor.java | 303 TestLifecycleCallback callback = new TestLifecycleCallback(); in testOpenCloseEndpointSession() local 337 TestLifecycleCallback callback = new TestLifecycleCallback(); in doTestEndpointMessaging() local 390 TestDiscoveryCallback callback = new TestDiscoveryCallback(); in doTestEndpointDiscovery() local 423 TestDiscoveryCallback callback = new TestDiscoveryCallback(); in doTestEndpointIdDiscovery() local 460 TestLifecycleCallback callback = new TestLifecycleCallback(/* acceptSession= */ true); in testApplicationEchoService() local 522 HubEndpointLifecycleCallback callback, HubEndpointMessageCallback messageCallback) { in registerDefaultEndpoint() 528 HubEndpointLifecycleCallback callback, in registerDefaultEndpoint() 536 HubEndpointLifecycleCallback callback, in registerDefaultEndpoint() 562 Assert.assertEquals(endpoint.getLifecycleCallback(), callback); in registerDefaultEndpoint() local 604 private void checkDynamicEndpointDiscovery(TestDiscoveryCallback callback) throws Exception { in checkDynamicEndpointDiscovery()
|
| /system/chre/test/simulation/ |
| D | chre_message_hub_test.cc | 347 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 467 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 532 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 735 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 786 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 824 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 868 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 908 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 946 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local 987 pw::IntrusivePtr<MessageHubCallbackStoreData> callback = in TEST_F() local [all …]
|
| /system/update_engine/stable/aidl_api/libupdate_engine_stable/1/android/os/ |
| D | IUpdateEngineStable.aidl | 37 boolean bind(android.os.IUpdateEngineStableCallback callback); in bind() 38 boolean unbind(android.os.IUpdateEngineStableCallback callback); in unbind()
|
| /system/update_engine/stable/aidl_api/libupdate_engine_stable/2/android/os/ |
| D | IUpdateEngineStable.aidl | 40 boolean bind(android.os.IUpdateEngineStableCallback callback); in bind() 42 boolean unbind(android.os.IUpdateEngineStableCallback callback); in unbind()
|
| /system/update_engine/binder_bindings/android/os/ |
| D | IUpdateEngine.aidl | 35 boolean bind(IUpdateEngineCallback callback); in bind() 37 boolean unbind(IUpdateEngineCallback callback); in unbind() 78 void cleanupSuccessfulUpdate(IUpdateEngineCallback callback); in cleanupSuccessfulUpdate()
|
| /system/update_engine/stable/aidl_api/libupdate_engine_stable/current/android/os/ |
| D | IUpdateEngineStable.aidl | 40 boolean bind(android.os.IUpdateEngineStableCallback callback); in bind() 42 boolean unbind(android.os.IUpdateEngineStableCallback callback); in unbind()
|
| /system/update_engine/stable/aidl_api/libupdate_engine_stable/3/android/os/ |
| D | IUpdateEngineStable.aidl | 40 boolean bind(android.os.IUpdateEngineStableCallback callback); in bind() 42 boolean unbind(android.os.IUpdateEngineStableCallback callback); in unbind()
|
| /system/update_engine/stable/android/os/ |
| D | IUpdateEngineStable.aidl | 66 boolean bind(IUpdateEngineStableCallback callback); in bind() 82 boolean unbind(IUpdateEngineStableCallback callback); in unbind()
|
| /system/tools/aidl/tests/ |
| D | aidl_test_client_delegate.cpp | 65 sp<INamedCallback> callback; in TEST_F() local 100 sp<INamedCallback> callback; in TEST_F() local 120 sp<INamedCallback> callback; in TEST_F() local 150 sp<INamedCallback> callback; in TEST_F() local 163 sp<INamedCallback> callback; in TEST_F() local
|
| /system/chre/platform/tinysys/ |
| D | system_timer.cc | 41 SystemTimerCallback *callback = systemTimer->mCallback; in callbackRunner() local 81 bool SystemTimer::set(SystemTimerCallback *callback, void *data, in set()
|