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

  /system/core/nexus/
WifiScanner.h 42 static void *threadStart(void *obj);
WifiStatusPoller.h 43 static void *threadStart(void *obj);
WifiScanner.cpp 45 if (pthread_create(&mThread, NULL, WifiScanner::threadStart, this))
50 void *WifiScanner::threadStart(void *obj) {
WifiStatusPoller.cpp 43 if (pthread_create(&mThread, NULL, WifiStatusPoller::threadStart, this))
67 void *WifiStatusPoller::threadStart(void *obj) {
  /system/core/include/sysutils/
SocketListener.h 47 static void *threadStart(void *obj);
  /system/netd/
DnsProxyListener.h 51 static void* threadStart(void* handler);
83 static void* threadStart(void* handler);
DnsProxyListener.cpp 50 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
53 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
205 DnsProxyListener::GetHostByAddrHandler::threadStart, this);
208 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) {
  /frameworks/base/core/java/android/os/
Looper.java 126 long threadStart = 0;
134 threadStart = SystemClock.currentThreadTimeMicro();
141 long threadTime = SystemClock.currentThreadTimeMicro() - threadStart;
146 threadStart, threadTime);
252 long threadStart, long threadTime);
  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.h 120 static int threadStart(void* self);
NativeWindowRenderer.cpp 138 createThread(threadStart, this);
148 int NativeWindowRenderer::threadStart(void* self) {
  /sdk/emulator/qtools/
q2dm.cpp 216 pStack->threadStart(event.time);
252 stacks[ii]->threadStart(event.time);
callstack.h 59 void threadStart(uint64_t time);
233 CallStack<FRAME, BASE>::threadStart(uint64_t time)
  /system/core/libsysutils/src/
SocketListener.cpp 89 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
130 void *SocketListener::threadStart(void *obj) {
  /frameworks/base/core/java/android/view/
ViewDebug.java 498 long threadStart, long threadTime) {
503 entry.threadStart = threadStart;
557 long threadStart, ArrayList<Entry> entries) throws IOException {
581 buffer.putInt((int) (entry.threadStart - threadStart));
590 buffer.putInt((int) (entry.threadStart + entry.threadTime - threadStart));
657 long threadStart;
    [all...]

Completed in 649 milliseconds