Home
last modified time | relevance | path

Searched refs:get_descriptor (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs170 pub fn get_descriptor() -> &'static str { in get_descriptor() method
171 T::get_descriptor() in get_descriptor()
233 fn get_descriptor() -> &'static str { in get_descriptor() method
234 <T as Remotable>::get_descriptor() in get_descriptor()
399 fn get_descriptor() -> &'static str { in get_descriptor() method
H A Dbinder.rs94 fn get_descriptor() -> &'static str; in get_descriptor() method
202 let descriptor = CString::new(I::get_descriptor()).unwrap(); in new()
240 pub fn get_descriptor(&self) -> String { in get_descriptor() method
451 fn get_descriptor() -> &'static str in get_descriptor() method
740 fn get_descriptor() -> &'static str {
763 fn get_descriptor() -> &'static str {
806 class.get_descriptor() == <$native as $crate::Remotable>::get_descriptor()
H A Dproxy.rs622 fn get_descriptor() -> &'static str; in get_descriptor() method
/aosp12/hardware/libhardware/include/hardware/
H A Daudio_effect.h167 int32_t (*get_descriptor)(effect_handle_t self, member
300 int32_t (*get_descriptor)(const effect_uuid_t *uuid, member
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs40 binder::get_interface(<BpTestService as ITestService::ITestService>::get_descriptor()) in get_test_service()
610 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_interface_version()
620 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_interface_hash()
633 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_known_union_field_is_ok()
642 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_unknown_union_field_triggers_error()
662 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_array_of_parcelable_with_new_field()
673 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_read_data_correctly_after_parcelable_with_new_field()
701 <BpOldName as IOldName::IOldName>::get_descriptor(), in test_renamed_interface_old_as_old()
714 <BpNewName as INewName::INewName>::get_descriptor(), in test_renamed_interface_new_as_new()
H A Dtest_service.rs340 let service_name = <BpTestService as ITestService::ITestService>::get_descriptor(); in main()
344 let versioned_service_name = <BpFooInterface as IFooInterface::IFooInterface>::get_descriptor(); in main()
/aosp12/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c476 static const effect_descriptor_t *get_descriptor(const effect_uuid_t *uuid) in get_descriptor() function
694 desc = get_descriptor(uuid); in lib_create()
751 desc = get_descriptor(uuid); in lib_get_descriptor()
772 .get_descriptor = lib_get_descriptor
/aosp12/packages/modules/adb/tools/
H A Dcheck_ms_os_desc.cpp58 static std::optional<std::vector<uint8_t>> get_descriptor(libusb_device_handle* handle, in get_descriptor() function
87 auto os_desc = get_descriptor(device_handle, 0x03, 0xEE, 0x12); in check_ms_os_desc_v1()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DIDeprecated.rs14 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IDeprecated" } in get_descriptor() method
H A DINamedCallback.rs13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.INamedCallback" } in get_descriptor() method
H A DINewName.rs13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IOldName" } in get_descriptor() method
H A DIOldName.rs13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IOldName" } in get_descriptor() method
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsConfigLoader.c259 if (l->desc->get_descriptor(&uuid, d) != 0) { in addSubEffect()
341 if (l->desc->get_descriptor(&uuid, d) != 0) { in loadEffect()
H A DEffectsXmlConfigLoader.cpp227 if (result.lib->desc->get_descriptor(&effect.uuid, result.effectDesc.get()) != 0) { in loadEffect()
H A DEffectsFactory.c126 ret = (*fx->subItfe)->get_descriptor(fx->subItfe, desc); in Effect_GetDescriptor()
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffectsFactory.cpp189 status = (*handle)->get_descriptor(handle, &halDescriptor); in createEffectImpl()
/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp385 .get_descriptor = android::EffectProxyGetDescriptor,
/aosp12/hardware/qcom/audio/post_proc/
H A Dma_listener.c628 .get_descriptor = ma_prc_lib_get_descriptor,
H A Dvolume_listener.c858 .get_descriptor = vol_prc_lib_get_descriptor,
H A Dbundle.c768 .get_descriptor = effect_lib_get_descriptor,
/aosp12/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp501 .get_descriptor = LELib_GetDescriptor,
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp99 .get_descriptor = DownmixLib_GetDescriptor,
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp761 get_descriptor : android::EffectGetDescriptor,
/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp52 .get_descriptor = android::audio_effect::haptic_generator::HapticGeneratorLib_GetDescriptor,
/aosp12/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp794 .get_descriptor = VisualizerLib_GetDescriptor,

12