HomeSort by relevance Sort by last modified time
    Searched refs:pending_callbacks_ (Results 1 - 2 of 2) sorted by null

  /system/bt/service/ipc/binder/
interface_with_instances_base.cpp 38 if (!pending_callbacks_.Register(app_uuid, callback)) {
70 pending_callbacks_.Remove(app_uuid);
110 // Simply remove the callback from |pending_callbacks_| as it no longer
112 sp<IInterface> callback = pending_callbacks_.Remove(uuid);
interface_with_instances_base.h 95 RemoteCallbackMap<bluetooth::UUID, android::IInterface> pending_callbacks_; member in class:ipc::binder::InterfaceWithInstancesBase

Completed in 58 milliseconds