Searched refs:mName (Results 51 - 75 of 338) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/include/foundation/
H A DALooper.h58 return mName.c_str();
75 AString mName; member in struct:android::ALooper
H A DAMessage.h216 const char *mName; member in struct:android::AMessage::Item
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h745 t->mName = l.mName.string();
762 l->mName = t.mName.c_str();
H A DOmx.cpp64 info.mName = componentName;
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp79 info.mName = componentName;
H A DOMXNodeInstance.cpp51 #define CLOGW(fmt, ...) ALOGW("[%p:%s] " fmt, mHandle, mName, ##__VA_ARGS__)
55 mHandle, mName, ##__VA_ARGS__, asString(err), err)
61 ALOGI_IF(DEBUG >= (level), #fn "(%p:%s, " fmt ")", mHandle, mName, ##__VA_ARGS__)
63 ALOGD_IF(DEBUG >= (level), #fn "(%p:%s, " fmt ")", mHandle, mName, ##__VA_ARGS__)
352 mName = ADebug::GetDebugName(name);
371 free(mName);
496 free(mName);
497 mName = NULL;
H A DSoftOMXComponent.cpp32 : mName(name),
85 return mName.c_str();
H A DSoftOMXPlugin.cpp32 const char *mName; member in struct:android::__anon919
79 if (strcmp(name, kComponents[i].mName)) {
167 strcpy(name, kComponents[index].mName);
176 if (strcmp(name, kComponents[i].mName)) {
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp795 const char *componentName = info.mName.string();
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp400 ALOGE("%s track already exists", mStreams[streamIndex].mName);
H A DWebmWriter.h85 const char *mName; member in struct:android::WebmWriter::WebmStream
95 mName("Invalid"),
101 mName(name),
107 mName = other.mName;
/frameworks/av/media/mtp/
H A DMtpDevice.cpp492 mData.putString(info->mName);
H A DMtpObjectInfo.cpp44 mName(NULL),
52 if (mName)
53 free(mName);
79 mName = strdup((const char *)string);
80 if (!mName) return false;
98 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName);
H A DMtpObjectInfo.h44 char* mName; member in class:android::MtpObjectInfo
H A DMtpServer.cpp767 mData.putString(info.mName);
/frameworks/av/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.cpp69 return typeInfo.mName == typeName;
531 mCurrentType->mName = type;
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h52 int name() const { return mName; }
149 int mName; // track name on the normal mixer, member in class:Track
H A DThreads.cpp513 // mName will be set by concrete (non-virtual) subclass
2221 track->mName = -1;
4728 mTracks[i]->mName = name;
H A DTracks.cpp386 mName(-1), // see note below
434 mName = thread->getTrackName_l(channelMask, format, sessionId, uid);
435 if (mName < 0) {
473 if (status == NO_ERROR && mName < 0) {
515 } else if (mName >= AudioMixer::TRACK0) {
516 sprintf(buffer, " %4d", mName - AudioMixer::TRACK0);
684 mName, IPCThreadState::self()->getCallingPid(), mSessionId);
710 ALOGV("PAUSED => STOPPING_1 (%d) on thread %p", mName, this);
713 ALOGV("PAUSED => RESUMING (%d) on thread %p", mName, this);
717 ALOGV("? => ACTIVE (%d) on thread %p", mName, thi
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h39 mName(name), mType(type), mRole(role), mFlags(AUDIO_OUTPUT_FLAG_NONE) {}
43 void setName(const String8 &name) { mName = name; }
44 const String8 &getName() const { return mName; }
149 String8 mName; member in class:android::AudioPort
H A DAudioProfile.h42 mName(String8("")),
52 mName(String8("")),
125 String8 mName; member in class:android::AudioProfile
H A DHwModule.h45 const char *getName() const { return mName.string(); }
88 const String8 mName; // base name of the audio HW module (primary, a2dp ...) member in class:android::HwModule
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp108 strlcpy(port->name, mName, AUDIO_PORT_MAX_NAME_LEN);
339 ALOGV("%s Port[nm:%s] profile rate=%d, format=%d, channels=%d", __FUNCTION__, mName.string(),
357 if (!mName.isEmpty()) {
358 snprintf(buffer, SIZE, "%*s- name: %s\n", spaces, "", mName.string());
378 ALOGI("%s Port[nm:%s, type:%d, role:%d]", indent, mName.string(), mType, mRole);
H A DAudioProfile.cpp195 if (mName.length() != 0) {
196 snprintf(buffer, SIZE, "%*s- name: %s\n", spaces, "", mName.string());
H A DHwModule.cpp29 : mName(String8(name)),

Completed in 303 milliseconds

1234567891011>>