Home
last modified time | relevance | path

Searched defs:V0Actions (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/src/
Dv0.rs44 pub extern "C" fn np_ffi_V0DataElement_into_ACTIONS(de: V0DataElement) -> V0Actions { in np_ffi_V0DataElement_into_ACTIONS()
92 pub extern "C" fn np_ffi_SetV0ActionResult_into_SUCCESS(result: SetV0ActionResult) -> V0Actions { in np_ffi_SetV0ActionResult_into_SUCCESS()
98 pub extern "C" fn np_ffi_SetV0ActionResult_into_ERROR(result: SetV0ActionResult) -> V0Actions { in np_ffi_SetV0ActionResult_into_ERROR()
107 pub extern "C" fn np_ffi_build_new_zeroed_V0Actions(kind: AdvertisementBuilderKind) -> V0Actions { in np_ffi_build_new_zeroed_V0Actions()
113 pub extern "C" fn np_ffi_V0Actions_has_action(actions: V0Actions, action_type: ActionType) -> bool { in np_ffi_V0Actions_has_action()
128 actions: V0Actions, in np_ffi_V0Actions_set_action()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/src/class/
Dv0_data_element.rs71 pub struct V0Actions<Obj>(pub Obj); struct
73 impl<'local> V0Actions<JObject<'local>> { implementation
87 impl<'local, Obj: AsRef<JObject<'local>>> V0Actions<Obj> { implementation
133 ) -> Option<v0::V0Actions> { in construct_actions_from_ints()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dv0.rs161 pub enum V0Actions { enum
176 impl<F: np_adv::legacy::PacketFlavor> From<ActionsDataElement<F>> for V0Actions { implementation
291 impl From<np_adv_dynamic::legacy::BoxedActionBits> for V0Actions { implementation
363 impl V0Actions { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/java/com/google/android/nearby/presence/rust/
DV0DataElement.java81 public static final class V0Actions extends V0DataElement { class in V0DataElement
89 public V0Actions(@IdentityKind int identityKind, int actionBits) { in V0Actions() method in V0DataElement.V0Actions
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h640 struct V0Actions { struct
641 enum class Tag {
648 struct Plaintext_Body {
675 V0Actions _0; argument
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/include/
Dnearby_protocol.h107 class V0Actions; variable
631 explicit V0Actions(np_ffi::internal::V0Actions actions) : actions_(actions) {} in V0Actions() function