HomeSort by relevance Sort by last modified time
    Searched refs:String8 (Results 476 - 500 of 724) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 162 const char *url, const KeyedVector<String8, String8> *headers) {
169 new KeyedVector<String8, String8>(*headers));
381 KeyedVector<String8, String8> *headers = NULL;
528 KeyedVector<String8, String8> headers = mExtraHeaders;
531 String8("Range"),
532 String8(
    [all...]
PlaylistFetcher.h 34 struct String8;
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 73 mTonePlaybackThread = new AudioCommandThread(String8("ApmTone"), this);
75 mAudioCommandThread = new AudioCommandThread(String8("ApmAudio"), this);
77 mOutputCommandThread = new AudioCommandThread(String8("ApmOutput"), this);
596 String8 result;
616 String8 result(kDeadlockedString);
641 String8 result;
668 AudioPolicyService::AudioCommandThread::AudioCommandThread(String8 name,
814 String8 result;
822 String8 result2(kCmdDeadlockedString);
827 result = String8(buffer)
    [all...]
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 38 #include <utils/String8.h>
364 String8 commentdesc;
365 String8 commentvalue;
630 String8 s;
638 String8 mime;
650 const sp<DataSource> &source, String8 *mimeType,
AACExtractor.cpp 33 #include <utils/String8.h>
143 String8 mimeType;
335 const sp<DataSource> &source, String8 *mimeType, float *confidence,
SurfaceMediaSource.cpp 32 #include <utils/String8.h>
96 void SurfaceMediaSource::dump(String8& result) const
102 void SurfaceMediaSource::dump(String8& result, const char* prefix,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 74 String8::format("%dx%d",
77 String8 supportedPreviewSizes;
80 supportedPreviewSizes += String8::format("%dx%d",
99 String8::format("%d,%d",
104 String8 supportedPreviewFpsRange;
107 supportedPreviewFpsRange += String8::format("(%d,%d)",
126 String8 supportedPreviewFormats;
193 String8 supportedPreviewFrameRates;
211 supportedPreviewFrameRates += String8::format("%d",
233 String8 supportedPictureSizes
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 228 sp<SurfaceControl> control = session()->createSurface(String8("BootAnimation"),
405 String8 desString((char const*)descMap->getDataPtr(),
415 String8 line(s, endl - s);
445 const String8 entryName(name);
446 const String8 path(entryName.getPathDir());
447 const String8 leaf(entryName.getPathLeaf());
  /frameworks/native/cmds/atrace/
atrace.cpp 35 #include <utils/String8.h>
355 String8 svc(services[i]);
426 String8 funcList = String8::format("\n%s", buf);
434 String8 fancyFunc = String8::format("\n%s\n", func);
  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 21 #include <utils/String8.h>
144 android::String8 name("1");
327 android::String8 info;
  /frameworks/av/camera/
Camera.cpp 214 status_t Camera::setParameters(const String8& params)
223 String8 Camera::getParameters() const
226 String8 params;
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp 63 String8 threadName;
65 threadName = String8::format("PC2-%d-FrameProc", mCameraId);
334 String8 result;
  /frameworks/base/tools/aapt/
Bundle.h 14 #include <utils/String8.h>
270 android::String8 mConfigurations;
271 android::String8 mPreferredConfigurations;
  /frameworks/native/include/binder/
Parcel.h 35 class String8;
99 status_t writeString8(const String8& str);
157 String8 readString8() const;
  /frameworks/rs/
rsScriptC.cpp 67 String8 cacheDirString, currentDir;
74 // String8 path functions strip leading /'s
173 String8 *AString = NULL;
176 AString = new String8("runForEach_");
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 21 #include <utils/String8.h>
95 String8("Test Surface"),
295 String8 msg;
299 msg += String8::format("error reading pixel: %#x", err);
301 msg += String8::format(", %#x", err);
308 msg += String8::format("r(%d isn't %d)", pixel[0], r);
314 msg += String8::format("g(%d isn't %d)", pixel[1], g);
320 msg += String8::format("b(%d isn't %d)", pixel[2], b);
326 msg += String8::format("a(%d isn't %d)", pixel[3], a);
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 145 start, count, contextCount, String8(key.getText() + start, count).string());
156 String8(key.getText() + start, count).string());
166 String8(key.getText() + start, count).string());
186 String8(key.getText() + start, count).string());
388 ALOGD(" -- string = '%s'", String8(chars + start, count).string());
410 String8(chars + start, count).string(), status, int(rc));
715 ALOGD(" -- run = '%s'", String8(chars + run.pos, run.length).string());
716 ALOGD(" -- string = '%s'", String8(chars, count).string());
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 25 #include <utils/String8.h>
82 const String8 path;
83 const String8 label;
87 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) :
124 String8 path(pathChars);
128 String8 label(labelChars);
676 String8 msg;
685 String8 msg;
    [all...]
android_backup_BackupDataInput.cpp 70 String8 key;
android_backup_FileBackupHelperBase.cpp 89 err = restore->WriteFile(String8(filename), reader);
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 196 bool RemoteAudio::downloadData(const android::String8 name, android::sp<Buffer>& buffer, int& id)
220 int RemoteAudio::getDataId(const android::String8& name)
222 std::map<android::String8, int>::iterator it;
311 bool RemoteAudio::getDeviceInfo(android::String8& data)
  /frameworks/av/include/media/
mediarecorder.h 220 status_t setParameters(const String8& params);
  /frameworks/av/media/libmedia/
IRemoteDisplayClient.cpp 22 #include <utils/String8.h>
  /frameworks/base/include/storage/
IMountService.h 24 #include <utils/String8.h>
  /frameworks/base/media/jni/
android_media_Utils.cpp 33 KeyedVector<String8, String8>* keyedVector) {
70 keyedVector->add(String8(keyStr), String8(valueStr));

Completed in 768 milliseconds

<<11121314151617181920>>