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

1 2 3 4 56 7 8 91011>>

  /cts/suite/audio_quality/executable/src/
main.cpp 19 #include <utils/String8.h>
41 android::String8 reportDirPath =
43 android::String8 zipFilename = reportDirPath.getPathLeaf();
44 android::String8 command = android::String8::format("cd %s;zip -r ../%s.zip *",
85 android::String8 xmlFile(argv[optind]);
87 android::String8 dirName;
99 android::String8 strSerial(serial);
124 android::String8 deviceInfo;
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 29 #include <utils/String8.h>
35 String8 ReadWriteUtils::readBytes(const String8& filePath) {
39 String8 string("");
57 int ReadWriteUtils::readBytes(const String8& filePath, char** buffer) {
78 void ReadWriteUtils::writeToFile(const String8& filePath, const String8& data) {
95 void ReadWriteUtils::appendToFile(const String8& filePath, const String8& data) {
  /frameworks/base/tools/aapt/
Main.h 38 const android::String8& outputFile);
46 const sp<AaptAssets>& assets, const String8& pkgName, bool includePrivate);
50 extern bool isValidResourceType(const String8& type);
58 String8 getAttribute(const ResXMLTree& tree, const char* ns,
59 const char* attr, String8* outError);
Resource.cpp 53 static String8 parseResourceName(const String8& leaf)
59 return String8(str, firstDot-str);
61 return String8(str);
67 KeyedVector<String8,sp<AaptGroup> >()
73 Vector<String8>()
80 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType)
88 inline const String8& getBaseName() const { return mBaseName; }
89 inline const String8& getLeafName() const { return mLeafName; }
90 inline String8 getPath() const { return mPath;
    [all...]
  /frameworks/native/include/gui/
Sensor.h 25 #include <utils/String8.h>
59 const String8& getName() const;
60 const String8& getVendor() const;
80 String8 mName;
81 String8 mVendor;
  /cts/suite/audio_quality/lib/include/
Report.h 23 #include <utils/String8.h>
51 typedef std::pair<android::String8, android::String8> StringPair;
  /cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp 25 static const android::String8 STR_ID("id");
30 const android::String8* list[] = {&STR_ID, NULL};
41 android::String8 id;
TaskSound.cpp 25 static const android::String8 STR_ID("id");
26 static const android::String8 STR_TYPE("type");
32 const android::String8* list[] = {&STR_ID, &STR_TYPE, NULL};
41 bool TaskSound::parseAttribute(const android::String8& name, const android::String8& value)
54 android::String8 id;
59 android::String8 type;
64 UniquePtr<std::vector<android::String8> > tokens(StringUtil::split(type, ':'));
  /frameworks/av/media/libstagefright/
DataSource.cpp 42 #include <utils/String8.h>
113 String8 *mimeType, float *confidence, sp<AMessage> *meta) {
127 String8 newMimeType;
183 const char *uri, const KeyedVector<String8, String8> *headers) {
194 String8 tmp;
196 tmp = String8("http://");
207 String8 cacheConfig;
210 KeyedVector<String8, String8> copy = *headers
    [all...]
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 23 #include <utils/String8.h>
39 void load(const char* url, const KeyedVector<String8, String8> *headers);
StagefrightMetadataRetriever.h 37 const KeyedVector<String8, String8> *headers);
51 KeyedVector<int, String8> mMetaData;
  /frameworks/av/media/libstagefright/omx/
OMXMaster.h 26 #include <utils/String8.h>
50 Vector<String8> *roles);
55 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.h 32 class String8;
50 virtual void dump(String8& result) const;
58 virtual void dumpLocked(String8& result, const char* prefix) const;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.h 29 class String8;
60 String8& dumpShader(String8& result, GLenum type);
  /system/core/include/utils/
Printer.h 85 class String8;
87 // Print to a String8
90 // Create a printer using the specified String8 as the target.
93 String8Printer(String8* target, const char* prefix = 0);
95 // Append the specified line to the String8. \n is appended automatically.
99 String8* mTarget;
ProcessCallStack.h 23 #include <utils/String8.h>
52 String8 toString(const char* prefix = 0) const;
68 String8 threadName;
  /frameworks/av/include/media/
MediaMetadataRetrieverInterface.h 36 const KeyedVector<String8, String8> *headers = NULL) = 0;
  /frameworks/av/media/libmediaplayerservice/
MidiMetadataRetriever.h 35 const char *url, const KeyedVector<String8, String8> *headers);
  /frameworks/native/include/batteryservice/
BatteryService.h 22 #include <utils/String8.h>
58 String8 batteryTechnology;
  /frameworks/native/include/media/hardware/
OMXPluginBase.h 25 #include <utils/String8.h>
50 Vector<String8> *roles) = 0;
  /system/core/healthd/
healthd.cpp 44 .batteryStatusPath = String8(String8::kEmptyString),
45 .batteryHealthPath = String8(String8::kEmptyString),
46 .batteryPresentPath = String8(String8::kEmptyString),
47 .batteryCapacityPath = String8(String8::kEmptyString),
48 .batteryVoltagePath = String8(String8::kEmptyString)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 26 #include <utils/String8.h>
39 using android::String8;
106 virtual status_t setParameters(const String8& keyValuePairs) = 0;
107 virtual String8 getParameters(const String8& keys) = 0;
172 virtual status_t setParameters(const String8& keyValuePairs) = 0;
173 virtual String8 getParameters(const String8& keys) = 0;
239 virtual status_t setParameters(const String8& keyValuePairs) = 0;
240 virtual String8 getParameters(const String8& keys) = 0
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 31 #include <utils/String8.h>
188 status_t ALSAStreamOps::setParameters(const String8& keyValuePairs)
191 String8 key = String8(AudioParameter::keyRouting);
195 String8 key_input = String8(AudioParameter::keyInputSource);
224 key = String8(AudioParameter::keyHandleFm);
239 String8 ALSAStreamOps::getParameters(const String8& keys)
242 String8 value
    [all...]
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 35 : mPolicyCommands(String8("")), mFileName(String8(""))
189 status_t AudioDumpInterface::setParameters(const String8& keyValuePairs)
192 String8 value;
196 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
198 param.remove(String8("test_cmd_file_name"));
200 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
202 param.remove(String8("test_cmd_policy"));
212 String8 AudioDumpInterface::getParameters(const String8& keys
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 55 DrmMetadata* DrmPassthruPlugIn::onGetMetadata(int uniqueId, const String8* path) {
60 int uniqueId, const String8* path, int action) {
64 String8 value("dummy_available_time");
94 String8 licenseString("dummy_license_string");
130 drmSupportInfo->addMimeType(String8("application/vnd.passthru.drm"));
132 drmSupportInfo->addFileSuffix(String8(".passthru"));
134 drmSupportInfo->setDescription(String8("Passthru plug-in"));
139 const String8& rightsPath, const String8& contentPath) {
149 String8 dataString("dummy_acquistion_string")
    [all...]

Completed in 848 milliseconds

1 2 3 4 56 7 8 91011>>