/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | native.rs | 170 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 D | binder.rs | 94 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 D | proxy.rs | 622 fn get_descriptor() -> &'static str; in get_descriptor() method
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | audio_effect.h | 167 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 D | test_client.rs | 40 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 D | test_service.rs | 340 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 D | voice_processing.c | 476 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 D | check_ms_os_desc.cpp | 58 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 D | IDeprecated.rs | 14 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IDeprecated" } in get_descriptor() method
|
H A D | INamedCallback.rs | 13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.INamedCallback" } in get_descriptor() method
|
H A D | INewName.rs | 13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IOldName" } in get_descriptor() method
|
H A D | IOldName.rs | 13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IOldName" } in get_descriptor() method
|
/aosp12/frameworks/av/media/libeffects/factory/ |
H A D | EffectsConfigLoader.c | 259 if (l->desc->get_descriptor(&uuid, d) != 0) { in addSubEffect() 341 if (l->desc->get_descriptor(&uuid, d) != 0) { in loadEffect()
|
H A D | EffectsXmlConfigLoader.cpp | 227 if (result.lib->desc->get_descriptor(&effect.uuid, result.effectDesc.get()) != 0) { in loadEffect()
|
H A D | EffectsFactory.c | 126 ret = (*fx->subItfe)->get_descriptor(fx->subItfe, desc); in Effect_GetDescriptor()
|
/aosp12/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | EffectsFactory.cpp | 189 status = (*handle)->get_descriptor(handle, &halDescriptor); in createEffectImpl()
|
/aosp12/frameworks/av/media/libeffects/proxy/ |
H A D | EffectProxy.cpp | 385 .get_descriptor = android::EffectProxyGetDescriptor,
|
/aosp12/hardware/qcom/audio/post_proc/ |
H A D | ma_listener.c | 628 .get_descriptor = ma_prc_lib_get_descriptor,
|
H A D | volume_listener.c | 858 .get_descriptor = vol_prc_lib_get_descriptor,
|
H A D | bundle.c | 768 .get_descriptor = effect_lib_get_descriptor,
|
/aosp12/frameworks/av/media/libeffects/loudness/ |
H A D | EffectLoudnessEnhancer.cpp | 501 .get_descriptor = LELib_GetDescriptor,
|
/aosp12/frameworks/av/media/libeffects/downmix/ |
H A D | EffectDownmix.cpp | 99 .get_descriptor = DownmixLib_GetDescriptor,
|
/aosp12/frameworks/av/media/libeffects/testlibs/ |
H A D | EffectEqualizer.cpp | 761 get_descriptor : android::EffectGetDescriptor,
|
/aosp12/frameworks/av/media/libeffects/hapticgenerator/ |
H A D | EffectHapticGenerator.cpp | 52 .get_descriptor = android::audio_effect::haptic_generator::HapticGeneratorLib_GetDescriptor,
|
/aosp12/frameworks/av/media/libeffects/visualizer/ |
H A D | EffectVisualizer.cpp | 794 .get_descriptor = VisualizerLib_GetDescriptor,
|