Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 80) sorted by relevance

1234

/packages/modules/Virtualization/apkdmverity/src/
Ddm.rs91 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/
Dremote_file.rs48 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
Ddir.rs67 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/
DMediaParser.java2234 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/
Dstats.rs33 pub fn new() -> Self { in new() method
Dconfig.rs44 pub fn new() -> Self { in new() method
/packages/modules/Virtualization/pvmfw/src/
Duart.rs35 pub unsafe fn new(base_address: usize) -> Self { in new() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dcontroller.rs24 pub fn new() -> Controller { in new() method
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/bin/btmanagerd/
Dstate_machine.rs61 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/
Dlazy_service.rs44 pub fn new() -> Self { in new() method
/packages/modules/Virtualization/microdroid/dice/
Dservice.rs46 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/
Ddriver.rs73 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/
Dfsstat.rs45 pub fn new(service: VirtFdService) -> Self { in new() method
Dcommon.rs33 pub fn new(remaining: usize, offset: u64, alignment: usize) -> Self { in new() method
Dcrypto.rs44 pub fn new() -> Result<Sha256Hasher, CryptoError> { in new() method
/packages/modules/Bluetooth/system/gd/rust/facade/helpers/
Dlib.rs27 pub fn new(rx: Receiver<T>) -> Self { in new() method
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/
Dfragment.rs25 pub fn new(out: Sender<Bytes>) -> Self { in new() method
/packages/modules/Virtualization/virtualizationservice/src/
Dselinux.rs81 pub fn new(con: &str) -> Result<Self> { in new() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs32 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/
Dlib.rs70 pub fn new() -> DisconnectWatcher { in new() method
/packages/modules/Virtualization/compos/src/
Dartifact_signer.rs42 pub fn new(base_directory: &'a Path) -> Self { in new() method
/packages/modules/Bluetooth/system/gd/rust/stack/src/
Dlib.rs33 pub async fn new(rt: Arc<Runtime>) -> Self { in new() method
/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dsnoop.rs101 pub fn new() -> Self { in new() method
254 async fn new(mut config: SnoopConfig) -> Self { in new() method
/packages/modules/DnsResolver/doh/dispatcher/
Ddriver.rs44 pub fn new( in new() method
Dmod.rs81 pub fn new(validation: ValidationReporter, tagger: SocketTagger) -> Result<Dispatcher> { in new() method

1234