| /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/update_engine/common/ |
| D | scoped_task_id.h | 95 Callable&& callback, in PostTask() 111 void ExecuteTask(Callable&& callback) { in ExecuteTask() 116 std::move(callback)(); in ExecuteTask() local
|
| D | proxy_resolver.cc | 44 const string& url, const ProxiesResolvedFn& callback) { in GetProxiesForUrl() 57 void DirectProxyResolver::ReturnCallback(const ProxiesResolvedFn& callback) { in ReturnCallback()
|
| D | proxy_resolver_unittest.cc | 47 auto callback = base::Bind( in TEST_F() local 68 auto callback = base::Bind( in TEST_F() local 81 auto callback = base::Bind( in TEST_F() local
|
| D | http_fetcher.cc | 48 const Closure& callback) { in ResolveProxiesForUrl() 74 Closure* callback = callback_.release(); in ProxiesResolved() local
|
| /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/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/extras/simpleperf/ |
| D | IOEventLoop.cpp | 30 std::function<bool()> callback; member 117 IOEventRef IOEventLoop::AddReadEvent(int fd, const std::function<bool()>& callback, in AddReadEvent() 125 IOEventRef IOEventLoop::AddWriteEvent(int fd, const std::function<bool()>& callback, in AddWriteEvent() 133 bool IOEventLoop::AddSignalEvent(int sig, const std::function<bool()>& callback, in AddSignalEvent() 138 bool IOEventLoop::AddSignalEvents(std::vector<int> sigs, const std::function<bool()>& callback, in AddSignalEvents() 148 IOEventRef IOEventLoop::AddPeriodicEvent(timeval duration, const std::function<bool()>& callback, in AddPeriodicEvent() 154 const std::function<bool()>& callback, IOEventPriority priority) { in AddEvent()
|
| /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/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/android/system/suspend/ |
| D | ISuspendControlService.aidl | 35 boolean registerCallback(ISuspendCallback callback); in registerCallback() 44 boolean registerWakelockCallback(IWakelockCallback callback, @utf8InCpp String name); in registerWakelockCallback()
|
| /system/core/debuggerd/libdebuggerd/ |
| D | tombstone_proto_to_text.cpp | 74 static void print_thread_header(CallbackType callback, const Tombstone& tombstone, in print_thread_header() 94 static void print_register_row(CallbackType callback, int word_size, in print_register_row() 104 static void print_thread_registers(CallbackType callback, const Tombstone& tombstone, in print_thread_registers() 154 static void print_backtrace(CallbackType callback, const Tombstone& tombstone, in print_backtrace() 182 static void print_thread_backtrace(CallbackType callback, const Tombstone& tombstone, in print_thread_backtrace() 193 static void print_thread_memory_dump(CallbackType callback, const Tombstone& tombstone, in print_thread_memory_dump() 243 static void print_thread(CallbackType callback, const Tombstone& tombstone, const Thread& thread) { in print_thread() 250 static void print_tag_dump(CallbackType callback, const Tombstone& tombstone) { in print_tag_dump() 304 static void print_main_thread(CallbackType callback, const Tombstone& tombstone, in print_main_thread() 457 void print_logs(CallbackType callback, const Tombstone& tombstone, int tail) { in print_logs() [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/chre/platform/tests/ |
| D | log_buffer_test.cc | 53 TestLogBufferCallback callback; in TEST() local 73 TestLogBufferCallback callback; in TEST() local 96 TestLogBufferCallback callback; in TEST() local 115 TestLogBufferCallback callback; in TEST() local 133 TestLogBufferCallback callback; in TEST() local 160 TestLogBufferCallback callback; in TEST() local 175 TestLogBufferCallback callback; in TEST() local 190 TestLogBufferCallback callback; in TEST() local 205 TestLogBufferCallback callback; in TEST() local 221 TestLogBufferCallback callback; in TEST() local [all …]
|
| /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() 91 const android::sp<IUpdateEngineCallback>& callback, bool* return_value) { in unbind() 192 bool BinderUpdateEngineAndroidService::UnbindCallback(const IBinder* callback) { in UnbindCallback() 229 const android::sp<IUpdateEngineCallback>& callback) in CleanupSuccessfulUpdateCallback() 252 const android::sp<IUpdateEngineCallback>& callback) { in cleanupSuccessfulUpdate()
|
| D | binder_service_stable_android.cc | 59 const android::sp<IUpdateEngineStableCallback>& callback, in bind() 96 const android::sp<IUpdateEngineStableCallback>& callback, in unbind() 123 const IBinder* callback) { in UnbindCallback()
|
| /system/update_engine/stable/aidl_api/libupdate_engine_stable/current/android/os/ |
| D | IUpdateEngineStable.aidl | 21 boolean bind(android.os.IUpdateEngineStableCallback callback); in bind() 22 boolean unbind(android.os.IUpdateEngineStableCallback callback); in unbind()
|
| /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/android/os/ |
| D | IUpdateEngineStable.aidl | 59 boolean bind(IUpdateEngineStableCallback callback); in bind() 74 boolean unbind(IUpdateEngineStableCallback callback); in unbind()
|
| /system/libprocinfo/include/procinfo/ |
| D | process_map.h | 175 inline bool ReadMapFileContent(char* content, const MapInfoParamsCallback& callback) { in ReadMapFileContent() 199 inline bool ReadMapFileContent(char* content, const MapInfoCallback& callback) { in ReadMapFileContent() 224 const MapInfoCallback& callback) { in ReadMapFile() 233 const MapInfoParamsCallback& callback) { in ReadMapFile() 241 inline bool ReadProcessMaps(pid_t pid, const MapInfoCallback& callback) { in ReadProcessMaps() 245 inline bool ReadProcessMaps(pid_t pid, const MapInfoParamsCallback& callback) { in ReadProcessMaps() 257 const CallbackType& callback) { in ReadMapFileAsyncSafe()
|
| /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/connectivity/wificond/tests/ |
| D | ap_interface_impl_unittest.cpp | 102 sp<MockApInterfaceEventCallback> callback(new MockApInterfaceEventCallback()); in TEST_F() local 124 sp<MockApInterfaceEventCallback> callback(new MockApInterfaceEventCallback()); in TEST_F() local 146 sp<MockApInterfaceEventCallback> callback(new MockApInterfaceEventCallback()); in TEST_F() local
|
| /system/core/libbinderwrapper/ |
| D | real_binder_wrapper.cc | 32 explicit DeathRecipient(const ::base::Closure& callback) in DeathRecipient() 86 bool RealBinderWrapper::RegisterForDeathNotifications( in RegisterForDeathNotifications()
|
| /system/chre/core/include/chre/core/ |
| D | event_loop_manager.h | 130 TypedSystemEventCallbackFunction<T> *callback) { in deferCallback() 153 LambdaT callback) { in deferCallback() 188 SystemEventCallbackFunction *callback, in setDelayedCallback()
|
| /system/hardware/interfaces/suspend/1.0/default/ |
| D | SuspendControlService.cpp | 43 binder::Status SuspendControlService::registerCallback(const sp<ISuspendCallback>& callback, in registerCallback() 66 const sp<IWakelockCallback>& callback, const std::string& name, bool* _aidl_return) { in registerWakelockCallback() 128 for (const auto& callback : callbacksCopy) { in notifyWakelock() local 145 for (const auto& callback : callbacksCopy) { in notifyWakeup() local
|