Searched defs:descriptor (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDependencyFinder.java364 * Considers a descriptor string. The descriptor is converted to a {@link Type}
371 // This is a method descriptor with arguments and a return type.
419 // desc is the class descriptor of the annotation class.
443 // desc is the class descriptor of the annotation class.
463 // desc is the field's descriptor (see Type).
486 // desc is the method's descriptor (see Type).
531 // desc is the field's descriptor (see Type).
581 // desc is the type descriptor of this local variable.
606 // desc is the method's descriptor (se
687 visitBaseType(char descriptor) argument
[all...]
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java134 String descriptor = "android.app.IApplicationThread"; field in interface:IApplicationThread
H A DIActivityManager.java463 String descriptor = "android.app.IActivityManager"; field in interface:IActivityManager
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java739 String descriptor, String label, String collection, int keyboardLayoutResId) {
740 availableKeyboardLayouts.add(descriptor);
756 String descriptor) {
760 if (inputDevice.getDescriptor().equals(descriptor)) {
773 String descriptor, String label, String collection, int keyboardLayoutResId) {
774 list.add(new KeyboardLayout(descriptor, label, collection));
790 String descriptor, String label, String collection, int keyboardLayoutResId) {
791 result[0] = new KeyboardLayout(descriptor, label, collection);
795 Log.w(TAG, "Could not get keyboard layout with descriptor '"
871 String descriptor
755 containsInputDeviceWithDescriptor(InputDevice[] inputDevices, String descriptor) argument
1568 parse(String descriptor) argument
1587 visitKeyboardLayout(Resources resources, String descriptor, String label, String collection, int keyboardLayoutResId) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp7454 status_t AudioFlinger::queryEffect(uint32_t index, effect_descriptor_t *descriptor) const
7457 return EffectQueryEffect(index, descriptor);
7461 effect_descriptor_t *descriptor) const
7464 return EffectGetDescriptor(pUuid, descriptor);
7522 // if uuid is specified, request effect descriptor
7553 // If matching type found save effect descriptor. If the session is
7591 // return effect descriptor
9205 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l(effect_descriptor_t *descriptor) argument
9210 if (memcmp(&mEffects[i]->desc().uuid, &descriptor->uuid, sizeof(effect_uuid_t)) == 0) {

Completed in 298 milliseconds

12