/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallAdapter.java | 208 Log.startSession("ICA.pDT", mOwnerPackageAbbreviation); in playDtmfTone() 231 Log.startSession("ICA.sDT", mOwnerPackageAbbreviation); in stopDtmfTone() 254 Log.startSession("ICA.pDC", mOwnerPackageAbbreviation); in postDialContinue() 345 Log.startSession("ICA.pAS", mOwnerPackageAbbreviation); in phoneAccountSelected() 488 Log.startSession("ICA.mC", mOwnerPackageAbbreviation); in mergeConference() 510 Log.startSession("ICA.sC", mOwnerPackageAbbreviation); in swapConference() 599 Log.startSession("ICA.pE", mOwnerPackageAbbreviation); in putExtras() 677 Log.startSession("ICA.sRR"); in sendRttRequest() 699 Log.startSession("ICA.rTRR"); in respondToRttRequest() 721 Log.startSession("ICA.sRTT"); in stopRtt() [all …]
|
H A D | TelecomServiceImpl.java | 120 Log.startSession("TSI.gDOPA"); 196 Log.startSession("TSI.gCCPA"); 502 Log.startSession("TSI.rPA"); 688 Log.startSession("getL1N"); 725 Log.startSession("TSI.sR"); 902 Log.startSession("TSI.iR"); 983 Log.startSession("TSI.eC"); 1454 Log.startSession("TSI.sC"); 1473 Log.startSession("TSI.pC"); 1857 Log.startSession("TCI.cSC"); [all …]
|
H A D | TelecomBroadcastIntentProcessor.java | 176 Log.startSession("TBIP.aAFM"); in processIntent() 187 Log.startSession("TBIP.aRFM"); in processIntent() 199 Log.startSession("TBIP.aPWC"); in processIntent() 208 Log.startSession("TBIP.aCC"); in processIntent() 217 Log.startSession("TBIP.aPRC"); in processIntent() 226 Log.startSession("TBIP.aPUC"); in processIntent() 235 Log.startSession("TBIP.aCRC"); in processIntent()
|
H A D | ConnectionServiceWrapper.java | 142 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE, in setActive() 189 Log.startSession(sessionInfo, "CSW.rCCT", mPackageAbbreviation); in resetConnectionTime() 210 Log.startSession(sessionInfo, "CSW.sVP", mPackageAbbreviation); in setVideoProvider() 325 Log.startSession(sessionInfo, "CSW.SRR", mPackageAbbreviation); in setRingbackRequested() 375 Log.startSession(sessionInfo, "CSW.sCC", mPackageAbbreviation); in setConnectionCapabilities() 400 Log.startSession("CSW.sCP", mPackageAbbreviation); in setConnectionProperties() 663 Log.startSession(sessionInfo, "CSW.sVS", mPackageAbbreviation); in setVideoState() 706 Log.startSession(sessionInfo, "CSW.sAR", mPackageAbbreviation); in setAudioRoute() 747 Log.startSession(sessionInfo, "CSW.pE", mPackageAbbreviation); in putExtras() 768 Log.startSession(sessionInfo, "CSW.rE", mPackageAbbreviation); in removeExtras() [all …]
|
H A D | CallDiagnosticServiceAdapter.java | 58 Log.startSession("CDSA.dDM", mOwnerPackageAbbreviation); in displayDiagnosticMessage() 77 Log.startSession("CDSA.cDM", mOwnerPackageAbbreviation); in clearDiagnosticMessage() 97 Log.startSession("CDSA.sDTDM", mOwnerPackageAbbreviation); in sendDeviceToDeviceMessage() 117 Log.startSession("CDSA.oDM", mOwnerPackageAbbreviation); in overrideDisconnectMessage()
|
H A D | ServiceBinder.java | 123 Log.startSession("SDR.bD", in binderDied() 148 Log.startSession("SBC.oSC", Log.getPackageAbbreviation(componentName)); in onServiceConnected() 185 Log.startSession("SBC.oSD", Log.getPackageAbbreviation(componentName)); in onServiceDisconnected() 203 Log.startSession("SBC.oNB"); in onNullBinding()
|
H A D | WiredHeadsetManager.java | 44 Log.startSession("WHC.oADA"); in onAudioDevicesAdded() 54 Log.startSession("WHC.oADR"); in onAudioDevicesRemoved()
|
H A D | TelecomSystem.java | 133 Log.startSession("TSSwR.oR"); 150 Log.startSession("TSStR.oR"); 166 Log.startSession("TSBCR.oR"); 219 Log.startSession("TS.init"); in TelecomSystem()
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | SessionManagerTest.java | 87 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartSession() 106 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartInvisibleChildSession() 108 mTestSessionManager.startSession(TEST_CHILD_NAME, null); in testStartInvisibleChildSession() 130 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndSession() 155 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndInvisibleChildSession() 157 mTestSessionManager.startSession(TEST_CHILD_NAME, null); in testEndInvisibleChildSession() 179 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testCreateSubsession() 202 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testCancelSubsession() 223 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testContinueSubsession() 247 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndSubsession() [all …]
|
H A D | SessionTest.java | 57 Log.startSession("testParent"); in testRecursion_printFullSessionTree() 88 Log.startSession("testParent"); in testRecursion_getFullMethodPath() 119 Log.startSession("testParent"); in testRecursion_getFullMethodPathTruncated() 150 Log.startSession("testParent"); in testRecursion_toString() 182 Log.startSession("testParent"); in testRecursion_toString_childCircDep() 212 Log.startSession("testParent"); in testRecursion_getInfo()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | RemoteConnection.java | 916 Log.startSession("RC.a", getActiveOwnerInfo()); in abort() 932 Log.startSession("RC.an", getActiveOwnerInfo()); in answer() 950 Log.startSession("RC.an2", getActiveOwnerInfo()); in answer() 966 Log.startSession("RC.r", getActiveOwnerInfo()); in reject() 982 Log.startSession("RC.h", getActiveOwnerInfo()); in hold() 998 Log.startSession("RC.u", getActiveOwnerInfo()); in unhold() 1014 Log.startSession("RC.d", getActiveOwnerInfo()); in disconnect() 1036 Log.startSession("RC.pDT", getActiveOwnerInfo()); in playDtmfTone() 1055 Log.startSession("RC.sDT", getActiveOwnerInfo()); in stopDtmfTone() 1088 Log.startSession("RC.pDC", getActiveOwnerInfo()); in postDialContinue() [all …]
|
H A D | ConnectionService.java | 400 Log.startSession(sessionInfo, SESSION_ABORT); 427 Log.startSession(sessionInfo, SESSION_ANSWER); 440 Log.startSession(sessionInfo, SESSION_DEFLECT); 454 Log.startSession(sessionInfo, SESSION_REJECT); 468 Log.startSession(sessionInfo, SESSION_REJECT); 497 Log.startSession(sessionInfo, SESSION_TRANSFER); 528 Log.startSession(sessionInfo, SESSION_SILENCE); 554 Log.startSession(sessionInfo, SESSION_HOLD); 567 Log.startSession(sessionInfo, SESSION_UNHOLD); 625 Log.startSession(sessionInfo, SESSION_PLAY_DTMF); [all …]
|
H A D | Log.java | 194 public static void startSession(String shortMethodName) { in startSession() method in Log 195 getSessionManager().startSession(shortMethodName, null); in startSession() 198 public static void startSession(Session.Info info, String shortMethodName) { in startSession() method in Log 199 getSessionManager().startSession(info, shortMethodName, null); in startSession() 202 public static void startSession(String shortMethodName, String callerIdentification) { in startSession() method in Log 203 getSessionManager().startSession(shortMethodName, callerIdentification); in startSession() 206 public static void startSession(Session.Info info, String shortMethodName, in startSession() method in Log 208 getSessionManager().startSession(info, shortMethodName, callerIdentification); in startSession()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/session/ |
H A D | CaptureSession.java | 182 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull byte[] placeholder, in startSession() method 196 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Bitmap placeholder, in startSession() method 209 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Uri uri, in startSession() method
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
H A D | CallRedirectionProcessor.java | 130 Log.startSession("CRSC.oSC"); in onServiceConnected() 145 Log.startSession("CRSC.oSD"); in onServiceDisconnected() 159 Log.startSession("CRA.cC"); in cancelCall() 176 Log.startSession("CRA.pCU"); in placeCallUnmodified() 193 Log.startSession("CRA.rC"); in redirectCall()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/ |
H A D | CaptureIntentSession.java | 130 …public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Bitmap placeholder, in startSession() method in CaptureIntentSession 136 …public synchronized void startSession(ImageLifecycleListener listener, @Nonnull byte[] placeholder, in startSession() method in CaptureIntentSession 142 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Uri uri, in startSession() method in CaptureIntentSession
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/ |
H A D | A2dpOffloadAudioProvider.cpp | 50 Return<void> A2dpOffloadAudioProvider::startSession( in startSession() function in android::hardware::bluetooth::audio::V2_0::implementation::A2dpOffloadAudioProvider 73 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
H A D | A2dpSoftwareAudioProvider.cpp | 66 Return<void> A2dpSoftwareAudioProvider::startSession( in startSession() function in android::hardware::bluetooth::audio::V2_0::implementation::A2dpSoftwareAudioProvider 91 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
H A D | HearingAidAudioProvider.cpp | 62 Return<void> HearingAidAudioProvider::startSession( in startSession() function in android::hardware::bluetooth::audio::V2_0::implementation::HearingAidAudioProvider 87 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/ |
H A D | A2dpOffloadAudioProvider.cpp | 56 Return<void> A2dpOffloadAudioProvider::startSession( in startSession() function in android::hardware::bluetooth::audio::V2_1::implementation::A2dpOffloadAudioProvider 79 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
H A D | A2dpSoftwareAudioProvider.cpp | 72 Return<void> A2dpSoftwareAudioProvider::startSession( in startSession() function in android::hardware::bluetooth::audio::V2_1::implementation::A2dpSoftwareAudioProvider 97 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
H A D | HearingAidAudioProvider.cpp | 68 Return<void> HearingAidAudioProvider::startSession( in startSession() function in android::hardware::bluetooth::audio::V2_1::implementation::HearingAidAudioProvider 93 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
H A D | MMTelFeature.java | 59 public int startSession(PendingIntent incomingCallIntent, 62 return MMTelFeature.this.startSession(incomingCallIntent, listener); 212 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) { in startSession() method in MMTelFeature
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
H A D | CallScreeningServiceFilter.java | 88 Log.startSession("NCSSF.aC"); in allowCall() 116 Log.startSession("NCSSF.dC"); in disallowCall() 148 Log.startSession("NCSSF.sC"); in silenceCall() 183 Log.startSession("NCSSF.sCF"); in screenCallFurther()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
H A D | MmTelInterfaceAdapter.java | 48 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) in startSession() method in MmTelInterfaceAdapter 50 return getInterface().startSession(incomingCallIntent, listener); in startSession()
|