Searched defs:newTid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DVrController.java318 * @param newTid the tid of the thread to set, or 0 to unset the current thread.
324 private int updateVrRenderThreadLocked(int newTid, boolean suppressLogs) { argument
325 if (mVrRenderThreadTid == newTid) {
334 if (newTid > 0) {
335 mVrRenderThreadTid = newTid;
348 * @param newTid the tid of the thread to set, or 0 to unset the current thread.
354 private int setPersistentVrRenderThreadLocked(int newTid, boolean suppressLogs) { argument
362 return updateVrRenderThreadLocked(newTid, suppressLogs);
373 * @param newTid the tid of the thread to set, or 0 to unset the current thread.
380 private int setVrRenderThreadLocked(int newTid, in argument
[all...]

Completed in 7 milliseconds