Searched refs:c_str (Results 201 - 225 of 267) sorted by relevance

1234567891011

/frameworks/compile/slang/
H A Drs_cc_options.cpp276 [&DelegatedCStrs](const std::string &String) { DelegatedCStrs.push_back(String.c_str()); });
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp922 if (!strncasecmp("video/", mime.c_str(), 6)) {
934 if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_MPEG4)) {
936 } else if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_AVC)) {
H A DStagefrightMetadataRetriever.cpp177 ALOGW("Failed to instantiate decoder [%s]", componentName.c_str());
387 (long long)thumbNailTime, (long long)timeUs, mime.c_str());
535 ALOGV("%s failed to extract thumbnail, trying next decoder.", componentName.c_str());
H A DUtils.cpp1252 meta->setCString(kKeyMIMEType, mime.c_str());
1326 int tags = sscanf(tsSchema.c_str(), "android.generic.%u%c%u%c",
1439 ALOGI("converted %s to:", msg->debugString(0).c_str());
1645 const char *chars = uri.c_str();
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp58 if (command.c_str() == NULL) {
63 ALOGD("doCommand: %s", command.c_str());
67 if (::wifi_command(command.c_str(), reply, &reply_len) != 0) {
96 ALOGI("command '%s' returned '%s", command.c_str(), reply);
698 const char *bssid = chars.c_str();
807 const char *bssid = chars.c_str();
926 const char *bssid = chars.c_str();
1517 const char *country = chars.c_str();
1818 const char* ring_name_const_char = chars.c_str();
1839 const char* ring_name_const_char = chars.c_str();
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp385 result.append(SensorDevice::getInstance().dump().c_str());
388 result.append(mSensors.dump().c_str());
400 result.append(i.second->dump().c_str());
/frameworks/av/media/libmedia/
H A DICrypto.cpp366 reply->writeCString(errorDetailMsg.c_str());
/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp355 out.append(foo.c_str());
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp80 info.mIsAudio = !strncasecmp("audio/", mime.c_str(), 6);
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp190 (const uint8_t*)contents[index].c_str(),
/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp183 ALOGD("hyphenated string: %s", hyphenatedString.c_str());
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp608 string(color).c_str(), alpha);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h110 ALOGE("Failed to load function %s", to_string(desc).c_str());
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp459 if (name8.c_str() == NULL) {
485 int fd = open(name8.c_str(), flags, realMode);
H A Dandroid_util_Binder.cpp446 if (nameUtf.c_str() != NULL) {
449 "Releasing leaked death recipient: %s", nameUtf.c_str());
H A Dandroid_view_SurfaceControl.cpp99 String8(name.c_str()), w, h, format, flags);
355 String8(name.c_str()), bool(secure)));
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp771 fprintf(file, "%s", FrameInfoNames[i].c_str());
822 write(fd, data.c_str(), data.length());
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp510 info.memory.memoryHeaps[heap].size, strbuf.str().c_str());
529 strbuf.str().c_str());
/frameworks/rs/driver/
H A DrsdShader.cpp240 ALOGV("%s", mShader.c_str());
244 const char * ss = mShader.c_str();
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp222 const char* c_str() const { return fCStr; } function in class:AutoJavaStringToUTF8
256 const char **c_str() const { return mCStrings; } function in class:AutoJavaStringArrayToUTF8
558 (RsContext)con, nameUTF.c_str(), nameUTF.length(),
559 cacheDirUTF.c_str(), cacheDirUTF.length(),
963 const char **nameArray = names.c_str();
1886 resNameUTF.c_str(), resNameUTF.length(),
1887 cacheDirUTF.c_str(), cacheDirUTF.length(),
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp466 reply->writeString16(String16(mime.c_str()));
467 reply->writeString16(String16(lang.c_str()));
2417 CHECK(strcasecmp(mime.c_str(), MEDIA_MIMETYPE_TEXT_3GPP) == 0);
H A DNuPlayerRenderer.cpp1794 status_t err = mapMimeToAudioFormat(audioFormat, mime.c_str());
1798 "audio_format", mime.c_str());
1802 mime.c_str(), audioFormat);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp614 *nameStr = env->NewStringUTF(name.c_str());
1257 env, err, ACTION_CODE_FATAL, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str());
1422 env, err, ACTION_CODE_FATAL, errorDetailMsg.empty() ? NULL : errorDetailMsg.c_str());
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp549 KeyCharacterMap::loadContents(String8(filenameChars.c_str()),
550 String8(contentsChars.c_str()), KeyCharacterMap::FORMAT_OVERLAY, &result);
565 result.setTo(aliasChars.c_str());
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp119 NULL /* httpService */, mURI.c_str());

Completed in 712 milliseconds

1234567891011