Home
last modified time | relevance | path

Searched refs:INTENTIONSHIFT (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs49 const INTENTIONSHIFT: u32 = PARAMBITS; consts
52 const ACTIONSHIFT: u32 = INTENTIONSHIFT + INTENTIONBITS;
60 ((intention as u32 & INTENTIONMASK) << INTENTIONSHIFT) | in compose_param_id()
73 Intention::try_from((code >> INTENTIONSHIFT) & INTENTIONMASK) in split_intention()
/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h49 inline constexpr uint32_t INTENTIONSHIFT { PARAMBITS };
52 inline constexpr uint32_t ACTIONSHIFT { INTENTIONSHIFT + INTENTIONBITS };
60 ((intention & INTENTIONMASK) << INTENTIONSHIFT) | in PARAMID()
72 return ((id >> INTENTIONSHIFT) & INTENTIONMASK); in GINTENTION()

Completed in 2 milliseconds