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

  /system/bt/service/ipc/binder/
remote_callback_list.h 90 bool UnregisterInternal(typename CallbackMap::iterator iter);
110 UnregisterInternal(iter);
148 return UnregisterInternal(iter);
159 bool RemoteCallbackList<T>::UnregisterInternal(
remote_callback_map.h 103 bool UnregisterInternal(typename CallbackMap::iterator iter);
161 return UnregisterInternal(iter);
182 UnregisterInternal(iter);
191 UnregisterInternal(iter++);
195 bool RemoteCallbackMap<K, V>::UnregisterInternal(

Completed in 168 milliseconds