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

  /external/oprofile/utils/
opcontrol 164 -p/--separate=type,[types]
166 Separate profiles as follows :
169 library: separate shared library profiles per-application
542 # validate --separate= parameters. This function is called with IFS=,
582 echo "invalid --separate= argument: $1"
820 -p|--separate)
1391 echo "Ignoring --separate=kernel option with SPU_CYCLES"
1395 echo "Forcing required option --separate=lib with SPU_CYCLES"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 69 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP, RESUME;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 672 if (LOCAL_DEBUG) Rlog.d(LOG_TAG, "MmiCode 2: separate call "+
674 mCT.separate(conn);
676 if (LOCAL_DEBUG) Rlog.d(LOG_TAG, "separate: invalid call index "+
678 notifySuppServiceFailed(Phone.SuppService.SEPARATE);
682 "separate failed", e);
683 notifySuppServiceFailed(Phone.SuppService.SEPARATE);
    [all...]
GsmCallTracker.java 729 separate (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
740 Rlog.w(LOG_TAG,"GsmCallTracker WARN: separate() on absent connection "
860 return Phone.SuppService.SEPARATE;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 357 if (DBG) Rlog.d(LOG_TAG, "separate not supported");
358 notifySuppServiceFailed(Phone.SuppService.SEPARATE);
    [all...]

Completed in 134 milliseconds