Home
last modified time | relevance | path

Searched defs:BpModule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/development/tools/cargo_embargo/src/
H A Dbp.rs21 pub struct BpModule { struct
22 pub module_type: String,
23 pub props: BpProperties,
56 impl BpModule { impl
57 pub fn new(module_type: String) -> BpModule { in new()
H A Dmain.rs1011 ) -> Result<Vec<BpModule>> { in crate_to_bp_modules()
/aosp_15_r20/build/soong/android/
H A Dsdk.go161 type BpModule interface { interface
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core-V3-ndk-source/gen/android/hardware/audio/core/
DIModule.cpp723 BpModule::BpModule(const ::ndk::SpAIBinder& binder) : BpCInterface(binder) {} in BpModule() function in aidl::android::hardware::audio::core::BpModule