Searched refs:desc (Results 1 - 25 of 78) sorted by relevance

1234

/frameworks/av/media/libmedia/
H A DIAudioFlingerClient.cpp53 const AudioSystem::OutputDescriptor *desc = (const AudioSystem::OutputDescriptor *)param2; local
54 data.writeInt32(desc->samplingRate);
55 data.writeInt32(desc->format);
56 data.writeInt32(desc->channels);
57 data.writeInt32(desc->frameCount);
58 data.writeInt32(desc->latency);
77 AudioSystem::OutputDescriptor desc; local
84 desc.samplingRate = data.readInt32();
85 desc.format = data.readInt32();
86 desc
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.h32 const char *desc, const AString &params);
34 static bool Supports(const char *desc);
37 const char *desc, const sp<MetaData> &format);
H A DARawAudioAssembler.cpp37 const sp<AMessage> &notify, const char *desc, const AString &params)
118 bool ARawAudioAssembler::Supports(const char *desc) { argument
119 return !strncmp(desc, "PCMU/", 5)
120 || !strncmp(desc, "PCMA/", 5);
125 const char *desc, const sp<MetaData> &format) {
126 if (!strncmp(desc, "PCMU/", 5)) {
128 } else if (!strncmp(desc, "PCMA/", 5)) {
136 desc, &sampleRate, &numChannels);
36 ARawAudioAssembler( const sp<AMessage> &notify, const char *desc, const AString &params) argument
124 MakeFormat( const char *desc, const sp<MetaData> &format) argument
H A DARTPSource.cpp53 AString desc; local
55 sessionDesc->getFormatType(index, &PT, &desc, &params);
57 if (!strncmp(desc.c_str(), "H264/", 5)) {
60 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
62 } else if (!strncmp(desc.c_str(), "H263-1998/", 10)
63 || !strncmp(desc.c_str(), "H263-2000/", 10)) {
66 } else if (!strncmp(desc.c_str(), "AMR/", 4)) {
68 } else if (!strncmp(desc.c_str(), "AMR-WB/", 7)) {
70 } else if (!strncmp(desc.c_str(), "MP4V-ES/", 8)
71 || !strncasecmp(desc
[all...]
H A DASessionDescription.cpp55 AString desc((const char *)data, size);
59 ssize_t eolPos = desc.find("\n", i);
66 if ((size_t)eolPos > i && desc.c_str()[eolPos - 1] == '\r') {
69 line.setTo(desc, i, eolPos - i - 1);
71 line.setTo(desc, i, eolPos - i);
200 AString *desc, AString *params) const {
217 CHECK(findAttribute(index, key, desc));
278 const char *desc, int32_t *timescale, int32_t *numChannels) {
279 const char *slash1 = strchr(desc, '/');
198 getFormatType( size_t index, unsigned long *PT, AString *desc, AString *params) const argument
277 ParseFormatDesc( const char *desc, int32_t *timescale, int32_t *numChannels) argument
H A DASessionDescription.h45 AString *desc, AString *params) const;
54 const char *desc, int32_t *timescale, int32_t *numChannels);
H A DAMPEG4ElementaryAssembler.h37 const sp<AMessage> &notify, const AString &desc,
H A DAPacketSource.cpp410 AString desc; local
412 sessionDesc->getFormatType(index, &PT, &desc, &params);
422 if (!strncmp(desc.c_str(), "H264/", 5)) {
453 } else if (!strncmp(desc.c_str(), "H263-2000/", 10)
454 || !strncmp(desc.c_str(), "H263-1998/", 10)) {
465 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
470 desc.c_str(), &sampleRate, &numChannels);
481 } else if (!strncmp(desc.c_str(), "AMR/", 4)) {
486 desc.c_str(), &sampleRate, &numChannels);
494 } else if (!strncmp(desc
[all...]
H A DARTPSession.h33 status_t setup(const sp<ASessionDescription> &desc);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRenameClassAdapter.java74 String renameTypeDesc(String desc) { argument
75 if (desc == null) {
79 return renameType(Type.getType(desc));
173 String renameMethodDesc(String desc) { argument
174 if (desc == null) {
178 Type[] args = Type.getArgumentTypes(desc);
187 Type ret = Type.getReturnType(desc);
249 public MethodVisitor visitMethod(int access, String name, String desc, argument
251 desc = renameMethodDesc(desc);
258 visitAnnotation(String desc, boolean visible) argument
264 visitField(int access, String name, String desc, String signature, Object value) argument
289 visitAnnotation(String desc, boolean visible) argument
296 visitParameterAnnotation(int parameter, String desc, boolean visible) argument
310 visitFieldInsn(int opcode, String owner, String name, String desc) argument
318 visitMethodInsn(int opcode, String owner, String name, String desc) argument
336 visitMultiANewArrayInsn(String desc, int dims) argument
350 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
[all...]
H A DTransformClassAdapter.java105 public MethodVisitor visitMethod(int access, String name, String desc, argument
109 Type t = Type.getReturnType(desc);
145 String invokeSignature = methodSignature + desc;
148 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
149 return new StubMethodAdapter(mw, name, returnType(desc), invokeSignature,
153 mLog.debug(" Keep: %s %s", name, desc);
154 return super.visitMethod(access, name, desc, signature, exceptions);
160 public FieldVisitor visitField(int access, String name, String desc, String signature, argument
167 return super.visitField(access, name, desc, signature, value);
173 Type returnType(String desc) { argument
[all...]
H A DDelegateClassAdapter.java71 public MethodVisitor visitMethod(int access, String name, String desc, argument
83 return super.visitMethod(access, name, desc, signature, exceptions);
92 mClassName, name, desc));
99 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions);
102 mLog, null /*mwOriginal*/, mwDelegate, mClassName, name, desc, isStatic);
125 desc, signature, exceptions);
127 desc, signature, exceptions);
130 mLog, mwOriginal, mwDelegate, mClassName, name, desc, isStatic);
H A DDelegateMethodAdapter2.java113 * @param desc A method descriptor (c.f. {@link Type#getReturnType(String)} +
122 String desc,
130 mDesc = desc;
244 String desc = Type.getMethodDescriptor(
252 desc);
265 mLog.debug("Delegate: %1$s # %2$s %3$s", delegateClassName, mMethodName, desc);
297 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
299 return mOrgWriter.visitAnnotation(desc, visible);
316 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, argument
319 return mOrgWriter.visitParameterAnnotation(parameter, desc, visibl
117 DelegateMethodAdapter2(Log log, MethodVisitor mvOriginal, MethodVisitor mvDelegate, String className, String methodName, String desc, boolean isStatic) argument
370 visitMethodInsn(int opcode, String owner, String name, String desc) argument
377 visitFieldInsn(int opcode, String owner, String name, String desc) argument
419 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
434 visitMultiANewArrayInsn(String desc, int dims) argument
[all...]
H A DClassHasNativeVisitor.java55 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
71 public FieldVisitor visitField(int access, String name, String desc, argument
84 public MethodVisitor visitMethod(int access, String name, String desc, argument
93 public void visitOuterClass(String owner, String name, String desc) { argument
H A DAsmAnalyzer.java443 public void considerDesc(String desc) { argument
444 if (desc != null) {
446 Type t = Type.getType(desc);
481 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
482 // desc is the class descriptor of the annotation class.
483 considerDesc(desc);
505 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
506 // desc is the class descriptor of the annotation class.
507 considerDesc(desc);
524 public FieldVisitor visitField(int access, String name, String desc, argument
543 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
555 visitOuterClass(String owner, String name, String desc) argument
588 visitFieldInsn(int opcode, String owner, String name, String desc) argument
639 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
660 visitMethodInsn(int opcode, String owner, String name, String desc) argument
670 visitMultiANewArrayInsn(String desc, int dims) argument
677 visitParameterAnnotation(int parameter, String desc, boolean visible) argument
827 visitAnnotation(String name, String desc) argument
839 visitEnum(String name, String desc, String value) argument
[all...]
H A DStubMethodAdapter.java212 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
213 return mParentVisitor.visitAnnotation(desc, visible);
223 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, argument
225 return mParentVisitor.visitParameterAnnotation(parameter, desc, visible);
285 public void visitMethodInsn(int opcode, String owner, String name, String desc) { argument
287 mParentVisitor.visitMethodInsn(opcode, owner, name, desc);
292 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
294 mParentVisitor.visitFieldInsn(opcode, owner, name, desc);
334 public void visitLocalVariable(String name, String desc, String signature, argument
337 mParentVisitor.visitLocalVariable(name, desc, signatur
349 visitMultiANewArrayInsn(String desc, int dims) argument
[all...]
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp41 UnitTest("unittest", cl::desc("do unit test") );
58 cl::desc("set default bitcode"),
63 cl::desc("Output filename"),
69 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
76 TargetTriple("mtriple", cl::desc("Override target triple for module"));
79 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
83 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
90 cl::desc("Target specific attributes (-mattr=help for details)"),
95 cl::desc("Choose relocation model"),
110 cl::desc("Choos
[all...]
/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java96 setResultAndFinish(mAuthenticatorInfosToDisplay.get(0).desc.type);
110 setResultAndFinish(mAuthenticatorInfosToDisplay.get(position).desc.type);
127 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) {
131 Context authContext = createPackageContext(desc.packageName, 0);
132 icon = authContext.getResources().getDrawable(desc.iconId);
133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
141 Log.w(TAG, "No icon name for account type " + desc.type);
146 Log.w(TAG, "No icon resource for account type " + desc.type);
149 AuthInfo authInfo = new AuthInfo(desc, name, icon);
150 mTypeToAuthenticatorInfo.put(desc
155 final AuthenticatorDescription desc; field in class:ChooseAccountTypeActivity.AuthInfo
159 AuthInfo(AuthenticatorDescription desc, String name, Drawable drawable) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbRequest.cpp54 struct usb_endpoint_descriptor desc; local
55 desc.bLength = USB_DT_ENDPOINT_SIZE;
56 desc.bDescriptorType = USB_DT_ENDPOINT;
57 desc.bEndpointAddress = ep_address;
58 desc.bmAttributes = ep_attributes;
59 desc.wMaxPacketSize = ep_max_packet_size;
60 desc.bInterval = ep_interval;
62 struct usb_request* request = usb_request_new(device, &desc);
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c86 struct usb_descriptor_header* desc; local
103 struct usb_descriptor_header* desc; local
113 while ((desc = usb_descriptor_iter_next(&iter)) != NULL && (!intf || !ep1 || !ep2)) {
114 if (desc->bDescriptorType == USB_DT_INTERFACE) {
115 intf = (struct usb_interface_descriptor *)desc;
116 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) {
118 ep2 = (struct usb_endpoint_descriptor *)desc;
120 ep1 = (struct usb_endpoint_descriptor *)desc;
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h36 audio_effect_library_t *desc; member in struct:lib_entry_s
H A DEffectsFactory.c59 effect_descriptor_t **desc);
60 static void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len);
114 effect_descriptor_t *desc)
129 ret = (*fx->subItfe)->get_descriptor(fx->subItfe, desc);
233 ALOGV("EffectQueryEffect() desc:%s", str);
294 ret = l->desc->create_effect(uuid, sessionId, ioId, &itfe);
365 fx->lib->desc->release_effect(fx->subItfe);
448 audio_effect_library_t *desc; local
463 desc = (audio_effect_library_t *)dlsym(hdl, AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
464 if (desc
113 Effect_GetDescriptor(effect_handle_t self, effect_descriptor_t *desc) argument
631 findEffect(const effect_uuid_t *type, const effect_uuid_t *uuid, lib_entry_t **lib, effect_descriptor_t **desc) argument
673 dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len) argument
[all...]
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp53 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc());
54 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc());
81 ASSERT_EQ( mcld::ResolveInfo::Undefined, new_sym->desc());
82 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc());
108 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc());
109 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc());
135 ASSERT_EQ( mcld::ResolveInfo::Undefined, new_sym->desc());
136 ASSERT_EQ( mcld::ResolveInfo::Undefined, old_sym->desc());
186 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc());
187 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc());
[all...]
/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp18 void expectEqual(int got, int expected, const char* desc) { argument
19 cout << "Checking " << desc << ": "; local
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h67 unsigned int desc() const { function in class:mcld::LDSymbol
69 return m_pResolveInfo->desc();

Completed in 314 milliseconds

1234