Home
last modified time | relevance | path

Searched defs:native_options (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
H A Doptions.h55 constexpr Options& set_native_options(uint32_t native_options) { in set_native_options()
65 uint32_t native_options() const { return native_options_; } in native_options() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.h209 InlineFunctionBodyOptions native_options; member
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection_factory.cc89 PeerConnectionFactoryInterface::Options native_options; in JavaToNativePeerConnectionFactoryOptions() local