Searched refs:desc (Results 101 - 125 of 129) sorted by relevance

123456

/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java534 ActivityManager.TaskDescription desc = new ActivityManager.TaskDescription();
535 desc.setLabel("Added #" + i);
538 desc.setIcon(bitmap);
540 int taskId = am.addAppTask(this, intent, desc, bitmap);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h160 uint32_t desc() const;
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp190 uint32_t ResolveInfo::desc() const { function in class:mcld::ResolveInfo
H A DELFObjectWriter.cpp274 if (entry_symbol->desc() != ResolveInfo::Define && issue_warning) {
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp356 // of the graphic format named by the desc parameter. Search failure
358 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc) argument
361 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
392 return hwcTestGraphicFormat[n1].desc;
H A DhwcCommit.cpp136 const char *desc; member in struct:transformType
146 const char *desc; member in struct:blendType
396 formats.push_back(hwcTestGraphicFormat[n1].desc);
441 testPrintI("format: %s", format->desc);
1466 out << " (" << transformType[idx].desc << ')';
1490 out << " (" << blendType[idx].desc << ')';
1557 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
/frameworks/av/camera/
H A DICameraService.cpp156 virtual status_t getCameraVendorTagDescriptor(/*out*/sp<VendorTagDescriptor>& desc) { argument
167 desc = d;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h127 virtual audio_io_handle_t getOutputForEffect(const effect_descriptor_t *desc);
128 virtual status_t registerEffect(const effect_descriptor_t *desc,
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h110 virtual status_t getCameraVendorTagDescriptor(/*out*/ sp<VendorTagDescriptor>& desc);
547 void finishConnectLocked(const sp<BasicClient>& client, const DescriptorPtr& desc);
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java510 for (AuthenticatorDescription desc : descs) {
511 supportedAccountTypes.add(desc.type);
/frameworks/base/libs/hwui/font/
H A DFont.cpp44 Font::Font(FontRenderer* state, const Font::FontDescription& desc) : argument
45 mState(state), mDescription(desc) { }
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp27 if (ResolveInfo::Common == pInfo.desc())
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp269 sp<PortDescription> desc = new PortDescription; local
274 desc->addBuffer(info.mBufferID, info.mData);
277 notify->setObject("portDesc", desc);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp918 sp<VendorTagDescriptor> desc; local
919 err = cameraService->getCameraVendorTagDescriptor(/*out*/desc);
932 err = VendorTagDescriptor::setAsGlobalVendorTagDescriptor(desc);
H A Dandroid_hardware_camera2_DngCreator.cpp165 void setDescription(const String8& desc);
254 void NativeContext::setDescription(const String8& desc) { argument
255 mDescription = desc;
1971 const char* desc = env->GetStringUTFChars(description, nullptr); local
1972 context->setDescription(String8(desc));
1973 env->ReleaseStringUTFChars(description, desc);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp603 ResolveInfo::Undefined == info->desc())
807 ResolveInfo::Undefined == info->desc())
891 ResolveInfo::Undefined == info->desc())
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h180 void loadSDP(const sp<ASessionDescription>& desc) { argument
188 reply->setObject("description", desc);
413 static bool isLiveStream(const sp<ASessionDescription> &desc) { argument
415 if (desc->findAttribute(0, "a=LiveStream", &attrLiveStream)) {
437 if (!desc->getDurationUs(&durationUs)) {
464 sp<AMessage> reply = new AMessage('desc', this);
486 case 'desc':
/frameworks/base/core/java/android/os/
H A DParcel.java1686 /*package*/ static native void closeFileDescriptor(FileDescriptor desc) argument
1688 /*package*/ static native void clearFileDescriptor(FileDescriptor desc); argument
/frameworks/av/services/audioflinger/
H A DThreads.h292 effect_descriptor_t *desc,
H A DTracks.cpp971 AudioSystem::registerEffect(&effect->desc(),
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp753 if (ResolveInfo::Common == (*com_sym)->desc()) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp504 if (ResolveInfo::Common == (*com_sym)->desc()) {
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css706 .directory td.desc {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1407 if (pSymbol.isDyn() || pSymbol.desc() == ResolveInfo::Undefined)
1541 if (ResolveInfo::Common == (*com_sym)->desc()) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2114 String16 desc(binder->getInterfaceDescriptor());
2115 if (desc == ISurfaceComposerClient::descriptor) {

Completed in 6424 milliseconds

123456