Searched refs:obj (Results 1 - 11 of 11) sorted by relevance

/system/core/libnl_2/
H A Dobject.c21 void nl_object_put(struct nl_object *obj) argument
23 obj->ce_refcnt--;
24 if (!obj->ce_refcnt)
25 nl_object_free(obj);
28 void nl_object_free(struct nl_object *obj) argument
30 nl_cache_remove(obj);
H A Dcache.c32 void nl_cache_remove(struct nl_object *obj) argument
/system/core/nexus/
H A DWifiScanner.h42 static void *threadStart(void *obj);
H A DWifiStatusPoller.h43 static void *threadStart(void *obj);
H A DWifiScanner.cpp50 void *WifiScanner::threadStart(void *obj) { argument
51 WifiScanner *me = reinterpret_cast<WifiScanner *>(obj);
H A DWifiStatusPoller.cpp67 void *WifiStatusPoller::threadStart(void *obj) { argument
68 WifiStatusPoller *me = reinterpret_cast<WifiStatusPoller *>(obj);
/system/core/include/sysutils/
H A DSocketListener.h47 static void *threadStart(void *obj);
/system/netd/
H A DDnsProxyListener.cpp53 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) { argument
54 GetAddrInfoHandler* handler = reinterpret_cast<GetAddrInfoHandler*>(obj);
208 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) { argument
209 GetHostByAddrHandler* handler = reinterpret_cast<GetHostByAddrHandler*>(obj);
/system/media/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.h37 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
H A Dandroid_GenericMediaPlayer.cpp82 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
/system/core/libsysutils/src/
H A DSocketListener.cpp130 void *SocketListener::threadStart(void *obj) { argument
131 SocketListener *me = reinterpret_cast<SocketListener *>(obj);

Completed in 105 milliseconds