HomeSort by relevance Sort by last modified time
    Searched refs:threadId (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 46 * @param threadId The id of the calling thread.
51 IAccessibilityInteractionConnectionCallback callback, int flags, long threadId);
68 * @param threadId The id of the calling thread.
73 long threadId);
90 * @param threadId The id of the calling thread.
95 long threadId);
112 * @param threadId The id of the calling thread.
116 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId);
133 * @param threadId The id of the calling thread.
137 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId);
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 54 public final int threadId;
59 public static ThreadEvent start(int objectId, int threadId, String threadName,
61 return new ThreadEvent(ThreadEventType.START, objectId, threadId,
65 public static ThreadEvent end(int threadId) {
66 return new ThreadEvent(ThreadEventType.END, threadId);
69 private ThreadEvent(ThreadEventType type, int objectId, int threadId,
76 this.threadId = threadId;
82 private ThreadEvent(ThreadEventType type, int threadId) {
85 this.threadId = threadId
    [all...]
SamplingProfiler.java 395 Integer threadId = threadIds.get(thread);
396 if (threadId == null) {
399 mutableStackTrace.threadId = threadId;
408 = new HprofData.StackTrace(nextStackTraceId++, threadId, stackFramesCopy);
456 int threadId = nextThreadId++;
457 Integer old = threadIds.put(thread, threadId);
470 = HprofData.ThreadEvent.start(nextObjectId++, threadId,
482 Integer threadId = threadIds.remove(thread);
483 if (threadId == null)
    [all...]
  /dalvik/vm/
Ddm.h 52 void dvmDdmSendThreadNameChange(int threadId, StringObject* newName);
78 ArrayObject* dvmDdmGetStackTraceById(u4 threadId);
Debugger.h 226 char* dvmDbgGetThreadName(ObjectId threadId);
227 ObjectId dvmDbgGetThreadGroup(ObjectId threadId);
233 bool dvmDbgGetThreadStatus(ObjectId threadId, u4* threadStatus,
235 u4 dvmDbgGetThreadSuspendCount(ObjectId threadId);
236 bool dvmDbgThreadExists(ObjectId threadId);
237 bool dvmDbgIsSuspended(ObjectId threadId);
238 //void dvmDbgWaitForSuspend(ObjectId threadId);
242 int dvmDbgGetThreadFrameCount(ObjectId threadId);
243 bool dvmDbgGetThreadFrame(ObjectId threadId, int num, FrameId* pFrameId,
249 void dvmDbgSuspendThread(ObjectId threadId);
    [all...]
Thread.cpp 293 * We need to assign the threadId early so we can lock/notify
479 ALOGI("threadid=%d ODD: want thread-suspend lock (%s:%s),"
481 self->threadId, who, getSuspendCauseStr(why));
491 ALOGE("threadid=%d: couldn't get thread-suspend lock (%s:%s),"
493 self->threadId, who, getSuspendCauseStr(why));
536 int threadId = 0;
542 threadId = self->threadId;
555 ALOGW("threadid=%d: non-daemon id=%d still running at shutdown?!",
556 threadId, target->threadId)
    [all...]
  /frameworks/base/core/java/com/google/android/mms/util/
PduCacheEntry.java 27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) {
30 mThreadId = threadId;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 100 int threadId, nameLen;
103 threadId = data.getInt();
107 Log.v("ddm-thread", "THCR: " + threadId + " '" + name + "'");
109 client.getClientData().addThread(threadId, name);
117 int threadId;
119 threadId = data.getInt();
120 Log.v("ddm-thread", "THDE: " + threadId);
122 client.getClientData().removeThread(threadId);
134 * (4b) threadId (matches value from THCR)
161 int threadId, status, tid, utime, stime
    [all...]
ThreadInfo.java 40 ThreadInfo(int threadId, String threadName) {
41 mThreadId = threadId;
  /frameworks/native/include/utils/
AndroidThreads.h 45 android_thread_id_t *threadId);
57 android_thread_id_t *threadId);
66 android_thread_id_t *threadId);
109 thread_id_t *threadId = 0)
112 threadPriority, threadStackSize, threadId) ? true : false;
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 52 void onDraftChanged(long threadId, boolean hasDraft);
107 long threadId = cursor.getLong(COLUMN_DRAFT_THREAD_ID);
108 newDraftSet.add(threadId);
110 log("rebuildCache: add tid=" + threadId);
147 for (long threadId : added) {
148 l.onDraftChanged(threadId, true);
150 for (long threadId : removed) {
151 l.onDraftChanged(threadId, false);
161 public void setDraftState(long threadId, boolean hasDraft) {
162 if (threadId <= 0)
    [all...]
Recycler.java 84 long threadId = getThreadId(cursor);
85 deleteMessagesForThread(context, threadId, limit);
92 public void deleteOldMessagesByThreadId(Context context, long threadId) {
95 " threadId: " + threadId);
101 deleteMessagesForThread(context, threadId, getMessageLimit(context));
126 abstract protected void deleteMessagesForThread(Context context, long threadId, int keep);
191 protected void deleteMessagesForThread(Context context, long threadId, int keep) {
199 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
222 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
    [all...]
  /dalvik/vm/alloc/
Visit.cpp 55 u4 threadId, RootType type, void *arg)
61 (*visitor)(entry, threadId, type, arg);
69 u4 threadId, RootType type, void *arg)
75 (*visitor)(*it, threadId, type, arg);
87 u4 threadId = thread->threadId;
111 (*visitor)(&fp[i], threadId, ROOT_JAVA_FRAME, arg);
145 (*visitor)(&fp[i], threadId, ROOT_JAVA_FRAME, arg);
164 u4 threadId;
168 threadId = thread->threadId
    [all...]
Visit.h 49 typedef void RootVisitor(void *addr, u4 threadId, RootType type, void *arg);
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 66 native public static StackTraceElement[] getStackTraceById(int threadId);
  /packages/apps/Mms/src/com/android/mms/ui/
NoConfirmationSendService.java 81 // Using invalid threadId 0 here. When the message is inserted into the db, the
82 // provider looks up the threadId based on the recipient(s).
83 long threadId = 0;
85 message, threadId);
90 smsMessageSender.sendMessage(threadId);
92 Log.e(TAG, "Failed to send SMS message, threadId=" + threadId, e);
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 65 int threadId;
121 unsigned int time = 0, threadId;
148 int threadId = strtoul(cp, &cp, 0);
149 if (maxThreadId < threadId)
150 maxThreadId = threadId;
186 * default values for the time and threadId.
189 threadId = 1;
194 threadId = strtoul(cp, &cp, 0);
199 if (callStack[threadId].frames == NULL) {
202 callStack[threadId].frames = stk
    [all...]
  /external/webrtc/src/system_wrappers/source/
trace_posix.cc 55 pid_t threadId = (pid_t) syscall(__NR_gettid);
56 sprintf(traceMessage, "%10d; ", threadId);
58 WebRtc_UWord64 threadId = (WebRtc_UWord64)pthread_self();
60 static_cast<long long unsigned int>(threadId));
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 105 private Conversation(Context context, long threadId, boolean allowQuery) {
107 Log.v(TAG, "Conversation constructor threadId: " + threadId);
110 if (!loadFromThreadId(threadId, allowQuery)) {
136 public static Conversation get(Context context, long threadId, boolean allowQuery) {
138 Log.v(TAG, "Conversation get by threadId: " + threadId);
140 Conversation conv = Cache.get(threadId);
144 conv = new Conversation(context, threadId, allowQuery);
148 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv)
    [all...]
  /sdk/emulator/qtools/
dmtrace.h 28 void addThread(int threadId, const char *name);
29 void updateName(int threadId, const char *name);
48 void writeDataRecord(FILE *fstream, int threadId,
  /frameworks/base/tools/preload/
Proc.java 86 * @param threadId thread the operation started in
90 void startOperation(int threadId, LoadedClass loadedClass, long time,
96 LinkedList<Operation> stack = stacks.get(threadId);
99 stacks.put(threadId, stack);
112 * @param threadId thread the operation ended in
116 Operation endOperation(int threadId, String className,
118 LinkedList<Operation> stack = stacks.get(threadId);
  /dalvik/vm/jdwp/
JdwpEvent.cpp 106 ObjectId threadId; /* ThreadOnly */
208 dvmDbgConfigureStep(pMod->step.threadId, size, depth);
266 dvmDbgUnconfigureStep(pMod->step.threadId);
475 if (pMod->threadOnly.threadId != basket->threadId)
511 if (pMod->step.threadId != basket->threadId)
648 * Call this with a threadId of zero if you just want to wait for the
654 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId)
667 state->eventThreadId, threadId);
    [all...]
JdwpHandler.cpp 104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
111 ALOGV(" --> threadId=%llx objectId=%llx", threadId, objectId);
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
755 ObjectId threadId = dvmReadObjectId(&buf);
759 threadId, 0, classId, methodId, false);
773 ObjectId threadId = dvmReadObjectId(&buf);
782 threadId, objectId, classId, methodId, true);
851 * This can get called on different things, e.g. threadId gets
933 ObjectId threadId = dvmReadObjectId(&buf)
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleThread.java 116 * This is done by threadId, which isn't great since those are
119 * However, we're using the short threadId in THST messages, so we
125 int threadId;
127 threadId = in.getInt();
129 //Log.d("ddm-thread", "Stack list request " + threadId);
131 StackTraceElement[] trace = DdmVmInternal.getStackTraceById(threadId);
135 return createStackChunk(trace, threadId);
142 * We include the threadId in the response so the other side doesn't have
145 private Chunk createStackChunk(StackTraceElement[] trace, int threadId) {
162 out.putInt(threadId);
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 56 public SmsMessageSender(Context context, String[] dests, String msgText, long threadId) {
68 mThreadId = threadId;
128 private String getOutgoingServiceCenter(long threadId) {
134 "thread_id = " + threadId, null, "date DESC");

Completed in 765 milliseconds

1 2 3 4 5