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

  /frameworks/base/media/java/android/media/tv/
ITvInputSession.aidl 32 void setMain(boolean isMain);
ITvInputSessionWrapper.java 173 public void setMain(boolean isMain) {
174 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_SET_MAIN, isMain));
TvInputService.java 563 * when {@code isMain} is {@code true}, and to (2) select the internal device (= TV itself)
564 * as the source device when {@code isMain} is {@code false} and the session is still main.
576 * @param isMain If true, session should become main.
581 public void onSetMain(boolean isMain) {
    [all...]
  /frameworks/native/include/binder/
ProcessState.h 60 void spawnPooledThread(bool isMain);
IPCThreadState.h 58 void joinThreadPool(bool isMain = true);
  /frameworks/native/libs/binder/
ProcessState.cpp 54 PoolThread(bool isMain)
55 : mIsMain(isMain)
285 void ProcessState::spawnPooledThread(bool isMain)
290 sp<Thread> t = new PoolThread(isMain);
IPCThreadState.cpp 474 void IPCThreadState::joinThreadPool(bool isMain)
478 mOut.writeInt32(isMain ? BC_ENTER_LOOPER : BC_REGISTER_LOOPER);
499 if(result == TIMED_OUT && !isMain) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 331 void addProcessDetailsView(RunningState.ProcessItem pi, boolean isMain) {
347 } else if (isMain) {
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 649 private void setMainLocked(IBinder sessionToken, boolean isMain, int callingUid, int userId) {
661 session.setMain(isMain);
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ItaniumMangle.cpp 402 if (FD->isMain())
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 284 if (cast<FunctionDecl>(D)->isMain())
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 532 milliseconds