/packages/modules/Virtualization/apkdmverity/src/ |
D | dm.rs | 91 fn new(target_type: &str) -> Result<Self> { in new() method 100 fn new(name: &str) -> Result<DmIoctl> { in new() method 137 pub fn new() -> Result<DeviceMapper> { in new() method
|
/packages/modules/Virtualization/authfs/src/file/ |
D | remote_file.rs | 48 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() method 88 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() method 114 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() method
|
D | dir.rs | 67 pub fn new(service: VirtFdService, remote_dir_fd: i32) -> Self { in new() method 210 pub fn new() -> Self { in new() method
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaParser.java | 2234 extractorFactoriesByName.put(PARSER_NAME_MATROSKA, MatroskaExtractor::new); in extractorFactoriesByName.put() 2235 extractorFactoriesByName.put(PARSER_NAME_FMP4, FragmentedMp4Extractor::new); in extractorFactoriesByName.put() 2236 extractorFactoriesByName.put(PARSER_NAME_MP4, Mp4Extractor::new); in extractorFactoriesByName.put() 2237 extractorFactoriesByName.put(PARSER_NAME_MP3, Mp3Extractor::new); in extractorFactoriesByName.put() 2238 extractorFactoriesByName.put(PARSER_NAME_ADTS, AdtsExtractor::new); in extractorFactoriesByName.put() 2239 extractorFactoriesByName.put(PARSER_NAME_AC3, Ac3Extractor::new); in extractorFactoriesByName.put() 2240 extractorFactoriesByName.put(PARSER_NAME_TS, TsExtractor::new); in extractorFactoriesByName.put() 2241 extractorFactoriesByName.put(PARSER_NAME_FLV, FlvExtractor::new); in extractorFactoriesByName.put() 2242 extractorFactoriesByName.put(PARSER_NAME_OGG, OggExtractor::new); in extractorFactoriesByName.put() 2243 extractorFactoriesByName.put(PARSER_NAME_PS, PsExtractor::new); in extractorFactoriesByName.put() [all …]
|
/packages/modules/DnsResolver/tests/doh/src/ |
D | stats.rs | 33 pub fn new() -> Self { in new() method
|
D | config.rs | 44 pub fn new() -> Self { in new() method
|
/packages/modules/Virtualization/pvmfw/src/ |
D | uart.rs | 35 pub unsafe fn new(base_address: usize) -> Self { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | controller.rs | 24 pub fn new() -> Controller { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/bin/btmanagerd/ |
D | state_machine.rs | 61 fn new(state_machine: ManagerStateMachine) -> StateMachineContext { in new() method 531 pub fn new() -> NativeInvoker { in new() method 562 pub fn new() -> UpstartInvoker { in new() method 590 pub fn new() -> SystemdInvoker { in new() method 640 pub fn new(process_manager: Box<dyn ProcessManager + Send>) -> ManagerStateMachine { in new() method 771 fn new() -> MockProcessManager { in new() method
|
/packages/modules/Virtualization/libs/binder_common/ |
D | lazy_service.rs | 44 pub fn new() -> Self { in new() method
|
/packages/modules/Virtualization/microdroid/dice/ |
D | service.rs | 46 fn new(driver_path: &Path) -> Result<Self> { in new() method 145 fn new(driver_path: &Path) -> Self { in new() method
|
/packages/modules/DnsResolver/doh/connection/ |
D | driver.rs | 73 fn new(headers: Vec<h3::Header>) -> Self { in new() method 130 fn new( in new() method 254 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new() method
|
/packages/modules/Virtualization/authfs/src/ |
D | fsstat.rs | 45 pub fn new(service: VirtFdService) -> Self { in new() method
|
D | common.rs | 33 pub fn new(remaining: usize, offset: u64, alignment: usize) -> Self { in new() method
|
D | crypto.rs | 44 pub fn new() -> Result<Sha256Hasher, CryptoError> { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/facade/helpers/ |
D | lib.rs | 27 pub fn new(rx: Receiver<T>) -> Self { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/ |
D | fragment.rs | 25 pub fn new(out: Sender<Bytes>) -> Self { in new() method
|
/packages/modules/Virtualization/virtualizationservice/src/ |
D | selinux.rs | 81 pub fn new(con: &str) -> Result<Self> { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 32 pub(crate) fn new( in new() method 93 pub(crate) fn new( in new() method 252 pub(crate) fn new( in new() method 306 pub(crate) fn new( in new() method 478 pub(crate) fn new( in new() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 70 pub fn new() -> DisconnectWatcher { in new() method
|
/packages/modules/Virtualization/compos/src/ |
D | artifact_signer.rs | 42 pub fn new(base_directory: &'a Path) -> Self { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/stack/src/ |
D | lib.rs | 33 pub async fn new(rt: Arc<Runtime>) -> Self { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/ |
D | snoop.rs | 101 pub fn new() -> Self { in new() method 254 async fn new(mut config: SnoopConfig) -> Self { in new() method
|
/packages/modules/DnsResolver/doh/dispatcher/ |
D | driver.rs | 44 pub fn new( in new() method
|
D | mod.rs | 81 pub fn new(validation: ValidationReporter, tagger: SocketTagger) -> Result<Dispatcher> { in new() method
|