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

1 2 3 4

  /hardware/interfaces/bluetooth/a2dp/1.0/
IBluetoothAudioOffload.hal 58 startSession(IBluetoothAudioHost hostIf, CodecConfiguration codecConfig) generates (Status status);
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 52 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerComponentName);
75 Log.startSession(LogUtils.Sessions.ICA_DEFLECT_CALL, mOwnerComponentName);
98 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerComponentName);
127 Log.startSession("ICA.pDT", mOwnerComponentName);
150 Log.startSession("ICA.sDT", mOwnerComponentName);
173 Log.startSession("ICA.pDC", mOwnerComponentName);
196 Log.startSession(LogUtils.Sessions.ICA_DISCONNECT_CALL, mOwnerComponentName);
219 Log.startSession(LogUtils.Sessions.ICA_HOLD_CALL, mOwnerComponentName);
241 Log.startSession(LogUtils.Sessions.ICA_UNHOLD_CALL, mOwnerComponentName);
264 Log.startSession("ICA.pAS", mOwnerComponentName)
    [all...]
TelecomBroadcastIntentProcessor.java 118 Log.startSession("TBIP.aAFM");
129 Log.startSession("TBIP.aRFM");
141 Log.startSession("TBIP.aPWC");
150 Log.startSession("TBIP.aCC");
TelecomServiceImpl.java 89 Log.startSession("TSI.gDOPA");
116 Log.startSession("TSI.gUSOPA");
132 Log.startSession("TSI.sUSOPA");
156 Log.startSession("TSI.gCCPA");
181 Log.startSession("TSI.gSMPA");
207 Log.startSession("TSI.gPASS");
241 Log.startSession("TSI.gPAFP");
260 Log.startSession("TSI.gPA");
281 Log.startSession("TSI.gAPAC");
310 Log.startSession("TSI.gAPA")
    [all...]
WiredHeadsetManager.java 44 Log.startSession("WHC.oADA");
54 Log.startSession("WHC.oADR");
ConnectionServiceWrapper.java 75 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE);
103 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE);
126 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_RINGING);
150 Log.startSession(sessionInfo, "CSW.sVP");
171 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DIALING);
194 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_PULLING);
216 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DISCONNECTED);
240 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ON_HOLD);
264 Log.startSession(sessionInfo, "CSW.SRR");
287 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_REMOVE_CALL)
    [all...]
BluetoothPhoneServiceImpl.java 100 Log.startSession("BPSI.aC");
122 Log.startSession("BPSI.hC");
143 Log.startSession("BPSI.sD");
167 Log.startSession("BPSI.gNO");
190 Log.startSession("BPSI.gSN");
218 Log.startSession("BPSI.lCC");
243 Log.startSession("BPSI.qPS");
260 Log.startSession("BPSI.pC");
    [all...]
  /cts/tests/tests/assist/src/android/assist/cts/
TextViewTest.java 91 startSession();
101 startSession();
107 startSession();
113 startSession();
119 startSession();
  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSession.java 182 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull byte[] placeholder,
196 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Bitmap placeholder,
209 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Uri uri,
264 * stored. This is only available after startSession has been called and
271 * available after startSession has been called.
  /packages/services/Telecomm/src/com/android/server/telecom/components/
PrimaryCallReceiver.java 20 Log.startSession("PCR.oR");
UserCallActivity.java 61 Log.startSession("UCA.oC");
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SessionManagerTest.java 87 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
106 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
108 mTestSessionManager.startSession(TEST_CHILD_NAME, null);
130 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
155 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
157 mTestSessionManager.startSession(TEST_CHILD_NAME, null);
179 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
202 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
223 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
247 mTestSessionManager.startSession(TEST_PARENT_NAME, null)
    [all...]
  /hardware/interfaces/bluetooth/a2dp/1.0/default/
BluetoothAudioOffload.cpp 31 Return<::android::hardware::bluetooth::a2dp::V1_0::Status> BluetoothAudioOffload::startSession(
BluetoothAudioOffload.h 42 Return<::android::hardware::bluetooth::a2dp::V1_0::Status> startSession(
  /hardware/qcom/gps/msm8909w_3100/android/location_api/
BatchingAPIClient.h 51 int startSession(const IGnssBatching::Options& options);
  /frameworks/base/telephony/java/android/telephony/ims/compat/feature/
MMTelFeature.java 54 public int startSession(PendingIntent incomingCallIntent,
57 return MMTelFeature.this.startSession(incomingCallIntent, listener);
207 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) {
214 * {@link #startSession}.
264 * @param sessionId a session id which is obtained from {@link #startSession}
289 * @param sessionId a session id which is obtained from {@link #startSession}
300 * @param sessionId a session id which is obtained from {@link #startSession}
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 128 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Bitmap placeholder,
134 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull byte[] placeholder,
140 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Uri uri,
  /frameworks/base/telecomm/java/android/telecom/
Log.java 185 public static void startSession(String shortMethodName) {
186 getSessionManager().startSession(shortMethodName, null);
189 public static void startSession(Session.Info info, String shortMethodName) {
190 getSessionManager().startSession(info, shortMethodName, null);
193 public static void startSession(String shortMethodName, String callerIdentification) {
194 getSessionManager().startSession(shortMethodName, callerIdentification);
197 public static void startSession(Session.Info info, String shortMethodName,
199 getSessionManager().startSession(info, shortMethodName, callerIdentification);
ConnectionService.java 207 Log.startSession(sessionInfo, SESSION_ADD_CS_ADAPTER);
220 Log.startSession(sessionInfo, SESSION_REMOVE_CS_ADAPTER);
239 Log.startSession(sessionInfo, SESSION_CREATE_CONN);
256 Log.startSession(sessionInfo, SESSION_CREATE_CONN_COMPLETE);
274 Log.startSession(sessionInfo, SESSION_CREATE_CONN_FAILED);
291 Log.startSession(sessionInfo, SESSION_HANDOVER_FAILED);
306 Log.startSession(sessionInfo, SESSION_HANDOVER_COMPLETE);
319 Log.startSession(sessionInfo, SESSION_ABORT);
332 Log.startSession(sessionInfo, SESSION_ANSWER_VIDEO);
346 Log.startSession(sessionInfo, SESSION_ANSWER)
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsMMTelFeature.aidl 36 int startSession(in PendingIntent incomingCallIntent,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
MmTelInterfaceAdapter.java 48 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener)
50 return getInterface().startSession(incomingCallIntent, listener);
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.h 102 bool startSession();
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.h 102 bool startSession();
  /hardware/qcom/display/msm8994/liboverlay/
overlayWriteback.h 104 bool startSession();
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallScreeningServiceFilter.java 54 Log.startSession("CSCR.oSC");
69 Log.startSession("CSCR.oSD");
83 Log.startSession("CSCR.aC");
112 Log.startSession("CSCR.dC");

Completed in 765 milliseconds

1 2 3 4