Home
last modified time | relevance | path

Searched defs:ss (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTest.java38 ServiceState ss = new ServiceState(); in testRoaming() local
66 ServiceState ss = new ServiceState(); in testRegState() local
126 ServiceState ss = new ServiceState(); in testRAT() local
184 ServiceState ss = new ServiceState(); in testGetCellBandwidths() local
196 ServiceState ss = new ServiceState(); in testOperatorName() local
213 ServiceState ss = new ServiceState(); in testMisc() local
232 ServiceState ss = new ServiceState(); in testParcel() local
260 ServiceState ss = new ServiceState(); in testBundle() local
323 ServiceState ss = new ServiceState(); in testNetworkRegistrationInfo() local
346 ServiceState ss = new ServiceState(); in testDuplexMode_notLte() local
[all …]
H A DServiceStateTrackerTest.java673 ServiceState ss = new ServiceState(); in testOnImsServiceStateChanged() local
2563 ServiceState ss = new ServiceState(); in testOnLteVopsInfoChanged() local
2624 ServiceState ss = new ServiceState(); in testOnNrVopsInfoChanged() local
2699 ServiceState ss = new ServiceState(); in testUpdateSpnDisplay_noService_displayEmergencyCallOnly() local
2721 ServiceState ss = new ServiceState(); in testUpdateSpnDisplay_noServiceAndEmergencyCallNotAvailable_displayOOS() local
2743 ServiceState ss = new ServiceState(); in testUpdateSpnDisplay_flightMode_displayNull() local
2792 ServiceState ss = new ServiceState(); in testUpdateSpnDisplay_spnNotEmptyAndCrossSimCallingEnabled_showSpnOnly() local
2825 ServiceState ss = new ServiceState(); in testUpdateSpnDisplay_spnNotEmptyAndWifiCallingEnabled_showSpnOnly() local
2857 ServiceState ss = new ServiceState(); in testUpdateSpnDisplay_spnEmptyAndWifiCallingEnabled_showPlmnOnly() local
2883 ServiceState ss = new ServiceState(); in testUpdateSpnDisplay_inServiceNoWifiCalling_showSpnAndPlmn() local
[all …]
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A DXtraSystemStatusObserver.cpp66 stringstream ss; in updateLockStatus() local
80 stringstream ss; in updateConnections() local
93 stringstream ss; in updateTac() local
106 stringstream ss; in updateMccMnc() local
119 stringstream ss; in updateXtraThrottle() local
132 stringstream ss; in onStatusRequested() local
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DXtraSystemStatusObserver.cpp131 stringstream ss; in updateLockStatus() local
154 stringstream ss; in updateConnections() local
177 stringstream ss; in updateTac() local
191 stringstream ss; in updateMccMnc() local
205 stringstream ss; in updateXtraThrottle() local
219 stringstream ss; in onStatusRequested() local
241 stringstream ss; in startDgnssSource() local
280 stringstream ss; in updateNmeaToDgnssServer() local
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DXtraSystemStatusObserver.cpp131 stringstream ss; in updateLockStatus() local
154 stringstream ss; in updateConnections() local
177 stringstream ss; in updateTac() local
191 stringstream ss; in updateMccMnc() local
205 stringstream ss; in updateXtraThrottle() local
219 stringstream ss; in onStatusRequested() local
241 stringstream ss; in startDgnssSource() local
280 stringstream ss; in updateNmeaToDgnssServer() local
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dloc_misc_utils.h224 stringstream ss; in to_string_hex() local
251 stringstream ss; variable
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dloc_misc_utils.h224 stringstream ss; in to_string_hex() local
251 stringstream ss; variable
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A Dprinter.cpp31 static void flagsToStream(std::stringstream& ss, __u16 nlmsg_flags, protocols::MessageGenre genre) { in flagsToStream()
83 static void toStream(std::stringstream& ss, const Buffer<uint8_t> data) { in toStream()
99 static void toStream(std::stringstream& ss, const Buffer<nlattr> attr, in toStream()
160 std::stringstream ss; in toString() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java487 SS ss = (SS) messageArgumentCaptor.getValue().obj; in testOutgoingCallerIdDisplay() local
525 SS ss = (SS) messageArgumentCaptor.getValue().obj; in testCallWaiting() local
565 SS ss = (SS) messageArgumentCaptor.getValue().obj; in testCellBarring() local
846 ServiceState ss = getServiceStateDataAndVoice( in testCellVoiceDataChangeToWlanInLegacyMode() local
980 ServiceState ss = new ServiceState(); in getServiceStateDataAndVoice() local
992 ServiceState ss = new ServiceState(); in getServiceStateDataOnly() local
1000 private ServiceState modifyServiceStateData(ServiceState ss, int rat, int regState, in modifyServiceStateData()
1010 ServiceState ss = new ServiceState(); in getServiceStateOutOfService() local
1015 private Message getServiceStateChangedMessage(ServiceState ss) { in getServiceStateChangedMessage()
/aosp12/frameworks/av/media/mtp/tests/MtpFfsHandleTest/
H A DMtpFfsHandle_test.cpp127 std::stringstream ss; in TYPED_TEST() local
150 std::stringstream ss; in TYPED_TEST() local
165 std::stringstream ss; in TYPED_TEST() local
182 std::stringstream ss; in TYPED_TEST() local
203 std::stringstream ss; in TYPED_TEST() local
224 std::stringstream ss; in TYPED_TEST() local
255 std::stringstream ss; in TYPED_TEST() local
284 std::stringstream ss; in TYPED_TEST() local
313 std::stringstream ss; in TYPED_TEST() local
/aosp12/system/memory/libmeminfo/tools/
H A Dprocmem.cpp61 static void print_separator(std::stringstream& ss) { in print_separator()
73 static void print_header(std::stringstream& ss) { in print_header()
86 static void print_stats(std::stringstream& ss, const MemUsage& stats) { in print_stats()
100 std::stringstream ss; in show() local
H A Dprocrank.cpp203 static void print_header(std::stringstream& ss) { in print_header()
226 static void print_process_record(std::stringstream& ss, ProcessRecord& proc) { in print_process_record()
252 static void print_processes(std::stringstream& ss, std::vector<ProcessRecord>& procs, in print_processes()
272 static void print_separator(std::stringstream& ss) { in print_separator()
293 static void print_totals(std::stringstream& ss) { in print_totals()
317 static void print_sysmeminfo(std::stringstream& ss, ::android::meminfo::SysMemInfo& smi) { in print_sysmeminfo()
497 std::stringstream ss; in main() local
/aosp12/art/runtime/
H A Dthread_linux.cc44 stack_t ss; in SetUpAlternateSignalStack() local
59 stack_t ss; in TearDownAlternateSignalStack() local
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DXtraSystemStatusObserver.cpp124 stringstream ss; in updateLockStatus() local
147 stringstream ss; in updateConnections() local
170 stringstream ss; in updateTac() local
184 stringstream ss; in updateMccMnc() local
198 stringstream ss; in updateXtraThrottle() local
212 stringstream ss; in onStatusRequested() local
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DXtraSystemStatusObserver.cpp125 stringstream ss; in updateLockStatus() local
148 stringstream ss; in updateConnections() local
171 stringstream ss; in updateTac() local
185 stringstream ss; in updateMccMnc() local
199 stringstream ss; in updateXtraThrottle() local
213 stringstream ss; in onStatusRequested() local
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/route/
H A Dstructs.cpp21 void mapToStream(std::stringstream& ss, const Buffer<nlattr> attr) { in mapToStream()
36 void ifla_cacheinfoToStream(std::stringstream& ss, const Buffer<nlattr> attr) { in ifla_cacheinfoToStream()
/aosp12/hardware/qcom/gps/msm8909w_3100/gnss/
H A DXtraSystemStatusObserver.cpp56 stringstream ss; in updateLockStatus() local
64 stringstream ss; in updateConnectionStatus() local
72 stringstream ss; in updateTac() local
80 stringstream ss; in updateMccMnc() local
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DNumberVerificationManagerTest.java59 ServiceState ss = mock(ServiceState.class); in setUp() local
109 ServiceState ss = mock(ServiceState.class); in testNoPhoneInServiceFailure() local
140 ServiceState ss = mock(ServiceState.class); in testVerificationWorksWithOnePhoneInService() local
/aosp12/bionic/libc/bionic/
H A Dpoll.cpp51 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll()
63 int ppoll64(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset64_t* ss) { in ppoll64()
100 const timespec* ts, const sigset_t* ss) { in pselect()
113 const timespec* ts, const sigset64_t* ss) { in pselect64()
H A Dsys_epoll.cpp50 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) { in epoll_pwait()
61 int epoll_pwait64(int fd, epoll_event* events, int max_events, int timeout, const sigset64_t* ss) { in epoll_pwait64()
/aosp12/system/tools/hidl/c2hal/
H A DType.cpp48 std::stringstream ss; in decorateName() local
122 std::stringstream ss; in getHidlType() local
192 std::stringstream ss; in getRawQualifierList() local
/aosp12/bionic/tests/
H A Dsystem_properties_test2.cpp49 std::stringstream ss; in TEST() local
136 std::stringstream ss; in TEST() local
160 std::stringstream ss; in TEST() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DCallQualityMetrics.java158 Integer ss = getLteSnr(); in addSnapshot() local
176 Integer ss = getLteSnr(); in updateMinAndMaxSignalStrengthSnapshots() local
224 SignalStrength ss = sst.getSignalStrength(); in getLteSnr() local
241 private static TelephonyCallSession.Event.SignalStrength toProto(int ss) { in toProto()
/aosp12/art/tools/veridex/
H A Dhidden_api.cc74 std::stringstream ss; in GetApiMethodName() local
84 std::stringstream ss; in GetApiFieldName() local
/aosp12/system/iorap/src/db/
H A Dfile_models.cc94 std::stringstream ss; in BaseDir() local
106 std::stringstream ss; in FilePath() local
130 std::stringstream ss; in BaseFile() local

12345678910>>...18