Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/x86/
DatomicBitset.c49 uint32_t old, new; in atomicBitsetClearBit() local
67 uint32_t old, new; in atomicBitsetFindClearAndSet() local
/device/google/cuttlefish/guest/hals/light/lights/
Dlights_vsock_server.rs41 pub fn new(id: u32, color: u32, light_type: u8) -> Self { in new() method
55 pub fn new(port: u32) -> anyhow::Result<Self> { in new() method
/device/google/cuttlefish/host/commands/secure_env/rust/
Dtpm.rs38 pub fn new(trm: *mut libc::c_void) -> Self { in new() method
102 pub fn new(trm: *mut libc::c_void) -> Self { in new() method
143 pub fn new(trm: *mut libc::c_void) -> Self { in new() method
Dsdd.rs75 pub fn new(rng: &mut dyn crypto::Rng) -> Result<Self, Error> { in new() method
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dversion.rs17 pub fn new(major: usize, minor: usize, patch: usize) -> Self { in new() method
Dlib.rs127 pub fn new() -> AutoCfg { in new() function
140 pub fn new() -> Result<Self, Error> { in new() method
/device/google/cuttlefish/guest/hals/light/
Dlights.rs50 fn new(hw_lights: impl IntoIterator<Item = HwLight>) -> Self { in new() method
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs280 pub fn new() -> Config { in new() method
563 fn new() -> Library { in new() method
/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs144 pub async fn new(dev_path: &Path) -> NfcService { in new() method
/device/google/contexthub/firmware/os/core/
Dbl.c315 static void blUpdateMark(uint32_t old, uint32_t new) in blUpdateMark()
/device/linaro/dragonboard/shared/utils/qrtr/src/
Dns.c204 struct server *srv, bool new) in lookup_notify()