Searched refs:getName (Results 1 - 25 of 1171) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DIResourceManagerClient.h33 virtual String8 getName() = 0;
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h187 status_t getName(AString *componentName) const;
/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h57 const char *getName() const { function in struct:android::ALooper
/frameworks/av/media/libmedia/
H A DIResourceManagerClient.cpp51 virtual String8 getName() { function in class:android::BpResourceManagerClient
81 String8 ret = getName();
/frameworks/av/media/libmedia/include/media/
H A DIResourceManagerClient.h33 virtual String8 getName() = 0;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp301 mCodec->getName(&mComponentName);
317 mCodec->getName(&mComponentName);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp113 virtual String8 getName() { function in struct:android::ResourceManagerClient
122 if (codec->getName(&name) == OK) {
1162 status_t MediaCodec::getName(AString *name) const { function in class:MediaCodec
H A DSimpleDecodingSource.cpp104 mCodec->getName(&mComponentName);
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Component.h83 virtual C2String getName() const = 0;
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp2208 virtual C2String getName() const { function in class:android::MyComponentInstance
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp141 s.append(looper->getName());
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h187 status_t getName(AString *componentName) const;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DALooper.h57 const char *getName() const { function in struct:android::ALooper
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h187 status_t getName(AString *componentName) const;
/frameworks/av/media/libstagefright/include/foundation/
H A DALooper.h57 const char *getName() const { function in struct:android::ALooper
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h44 const String8 &getName() const { return mName; } function in class:android::AudioPort
H A DHwModule.h45 const char *getName() const { return mName.string(); } function in class:android::HwModule
H A DIOProfile.h40 virtual const String8 getTagName() const { return getName(); }
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp67 return mModule->getName();
H A DHwModule.cpp99 if (mOutputProfiles[i]->getName() == name) {
128 if (mInputProfiles[i]->getName() == name) {
188 ALOGE("%s: invalid source devices for %s", __FUNCTION__, stream->getName().string());
194 ALOGE("%s: invalid source devices for %s", __FUNCTION__, stream->getName().string());
211 ALOGE("%s: invalid sink device for %s", __FUNCTION__, stream->getName().string());
226 snprintf(buffer, SIZE, " - name: %s\n", getName());
259 if (strcmp(itemAt(i)->getName(), name) == 0) {
H A DSerializer.cpp333 deviceDesc->getName().string(), type, deviceDesc->mAddress.string());
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DCollection.h115 if (element->getName() == name) {
H A DElement.h44 const std::string &getName() const { return mName; } function in class:android::audio_policy::Element
H A DInputSource.cpp33 ALOGD("%s: InputSource %s identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
54 __FUNCTION__, devices, getName().c_str());
57 ALOGD("%s: 0x%X for input source %s", __FUNCTION__, devices, getName().c_str());
65 ALOGV("%s: 0x%X for inputSource %s", __FUNCTION__, mApplicableDevices, getName().c_str());
H A DInputSource.h45 const std::string &getName() const { return mName; } function in class:android::audio_policy::Element

Completed in 368 milliseconds

1234567891011>>