Home
last modified time | relevance | path

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

12345

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java33 ServiceState ss = new ServiceState(); in testRoaming() local
61 ServiceState ss = new ServiceState(); in testRegState() local
72 ServiceState ss = new ServiceState(); in testRAT() local
119 ServiceState ss = new ServiceState(); in testOperatorName() local
142 ServiceState ss = new ServiceState(); in testMisc() local
161 ServiceState ss = new ServiceState(); in testParcel() local
DPhoneStateListenerTest.java72 ServiceState ss = new ServiceState(); in testTriggerServiceStateChanged() local
DServiceStateTrackerTest.java339 SignalStrength ss = new SignalStrength( in testSignalStrength() local
359 assertEquals(sst.getSignalStrength(), ss); in testSignalStrength() local
370 assertEquals(sst.getSignalStrength(), ss); in testSignalStrength() local
378 assertEquals(sst.getSignalStrength(), ss); in testSignalStrength() local
/frameworks/av/media/mtp/tests/
DMtpFfsHandle_test.cpp107 std::stringstream ss; in TEST_F() local
127 std::stringstream ss; in TEST_F() local
147 std::stringstream ss; in TEST_F() local
176 std::stringstream ss; in TEST_F() local
205 std::stringstream ss; in TEST_F() local
DAsyncIO_test.cpp159 std::stringstream ss; in TEST_F() local
185 std::stringstream ss; in TEST_F() local
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthGsm.java53 public CellSignalStrengthGsm(int ss, int ber) { in CellSignalStrengthGsm()
76 public void initialize(int ss, int ber) { in initialize()
91 public void initialize(int ss, int ber, int ta) { in initialize()
DCellSignalStrengthWcdma.java52 public CellSignalStrengthWcdma(int ss, int ber) { in CellSignalStrengthWcdma()
75 public void initialize(int ss, int ber) { in initialize()
/frameworks/opt/net/wifi/libwifi_system/
Dhostapd_manager.cpp67 stringstream ss; in GeneratePsk() local
147 stringstream ss; in CreateHostapdConfig() local
/frameworks/opt/net/voip/src/jni/rtp/
Dutil.cpp25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) in parse()
DRtpStream.cpp42 sockaddr_storage ss; in create() local
/frameworks/base/core/tests/coretests/src/android/net/
DLocalSocketTest.java34 LocalServerSocket ss; in testBasic() local
/frameworks/native/libs/nativewindow/tests/
DAHardwareBufferTest.cpp31 std::ostringstream ss; in BuildHexFailureMessage() local
/frameworks/rs/
DrsSampler.cpp60 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) { in bindToContext()
65 void Sampler::unbindFromContext(SamplerState *ss) { in unbindFromContext()
/frameworks/av/include/media/
DVolumeShaper.h313 std::stringstream ss; in toString() local
437 std::stringstream ss; in toString() local
496 std::stringstream ss; in toString() local
538 std::stringstream ss; in toString() local
658 std::stringstream ss; in toString() local
937 std::stringstream ss; in toString() local
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp181 std::stringstream ss; in CpuScriptGroup2Impl() local
313 std::stringstream& ss) { in generateSourceSlot()
418 std::stringstream ss; in compile() local
465 std::stringstream ss; in compile() local
/frameworks/compile/mclinker/lib/LD/
DRelocator.cpp64 std::stringstream ss; in issueUndefRef() local
/frameworks/native/services/sensorservice/
DSensorRegistrationInfo.h65 std::ostringstream ss; in dump() local
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsStateTest.java168 final SettingsState ss = new SettingsState(getContext(), lock, file, 1, in testUpgrade() local
/frameworks/native/opengl/libs/EGL/
Degl_object.cpp125 std::stringstream ss; in onMakeCurrent() local
/frameworks/av/media/libeffects/factory/
DEffectsFactoryState.c116 char ss[256]; in dumpEffectDescriptor() local
/frameworks/support/fragment/java/android/support/v4/app/
DFragmentTabHost.java302 SavedState ss = new SavedState(superState); in onSaveInstanceState() local
313 SavedState ss = (SavedState) state; in onRestoreInstanceState() local
/frameworks/support/v13/java/android/support/v13/app/
DFragmentTabHost.java290 SavedState ss = new SavedState(superState); in onSaveInstanceState() local
301 SavedState ss = (SavedState) state; in onRestoreInstanceState() local
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_dequantize_sample.cpp193 int32 ss; in pvmp3_dequantize_sample() local
Dpvmp3_mpeg2_stereo_proc.cpp230 int32 ss; in pvmp3_mpeg2_stereo_proc() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java70 ServiceState ss = sender.getServiceState(); in notifyServiceState() local
176 ServiceState ss = sender.getServiceState(); in doNotifyDataConnection() local

12345