Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 36) sorted by relevance

12

/hardware/libhardware/modules/camera/3_4/metadata/
Dslider_control_options.h46 virtual bool IsSupported(const T& option) override { in IsSupported() argument
47 return option >= min_ && option <= max_; in IsSupported()
Dmenu_control_options.h41 virtual bool IsSupported(const T& option) override { in IsSupported() argument
42 return (std::find(options_.begin(), options_.end(), option) != in IsSupported()
Dmenu_control_options_test.cpp52 for (auto option : options_) { in TEST_F() local
53 EXPECT_TRUE(dut_->IsSupported(option)); in TEST_F()
Dcontrol_options_interface.h35 virtual bool IsSupported(const T& option);
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h37 inline bool hasOption(UIOption option, const hidl_vec<UIOption>& uiOptions) { in hasOption() argument
39 if (o == option) return true; in hasOption()
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_test_utils.h75 static struct option options[] = {{"p2p_off", no_argument, 0, 'P'}, in initFromOptions()
/hardware/interfaces/wifi/hostapd/1.1/
DIHostapd.hal47 * This option can be used to specify the channels selected by ACS.
51 * Note: this option is ignored if ACS is disabled.
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_hidl_test_utils.h75 static struct option options[] = {{"nan_on", no_argument, 0, 'N'}, in initFromOptions()
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp350 int option = ::android::base::GetIntProperty("debug.stagefright.ccodec", 1); in buildMediaCodecList() local
356 if (option == 0) { in buildMediaCodecList()
368 if (option == 0 || (option != 4 && !surfaceTest)) { in buildMediaCodecList()
384 switch (option) { in buildMediaCodecList()
/hardware/qcom/audio/hal/audio_extn/
Dcirrus_playback.c214 uint32_t option = 1; in audio_extn_cirrus_run_calibration() local
252 header.data_length = sizeof(option); in audio_extn_cirrus_run_calibration()
253 header.data = &option; in audio_extn_cirrus_run_calibration()
266 header.data_length = sizeof(option); in audio_extn_cirrus_run_calibration()
267 header.data = &option; in audio_extn_cirrus_run_calibration()
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaNetwork.hal201 * Supported option:
242 * @param saePassword string with the above option
257 * @param sae_password_id string with the above option
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto22 option java_package = "android.hardware.google.pixel";
23 option java_outer_classname = "PixelAtoms";
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c557 int option; in tunning_server_socket_listen() local
582 option = 1; in tunning_server_socket_listen()
584 &option, sizeof(option)); in tunning_server_socket_listen()
/hardware/interfaces/gnss/1.0/
DIGnssBatchingCallback.hal23 * a flush request, as well as the buffer becoming full (if appropriate option
/hardware/interfaces/gnss/2.0/
DIGnssBatchingCallback.hal23 * a flush request, as well as the buffer becoming full (if appropriate option
/hardware/ril/librilutils/proto/
Dsap-api.proto3 option java_package = "org.android.btsap";
4 option java_outer_classname = "SapApi";
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.h133 static struct option options[] = { in initFromOptions()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
DVehicleHalProto.proto18 option optimize_for = LITE_RUNTIME;
/hardware/qcom/msm8998/json-c/
DDoxyfile38 # Enabling this option can be useful when feeding doxygen a huge amount of source
244 # This option has no effect if EXTRACT_ALL is enabled.
251 # overviews. This option has no effect if EXTRACT_ALL is enabled.
280 # and Mac users are advised to set this option to NO.
319 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
320 # Note: This option applies only to the class list, not to the
738 # plain latex in the generated Makefile. Set this option to YES to get a
746 # This option is also used when generating formulas in HTML.
948 # are defined before the preprocessor is started (similar to the -D option of
974 # The TAGFILES option can be used to specify one or more tagfiles.
[all …]
/hardware/google/apf/
Dapf_run.c41 const struct option long_options[] = {{"program", 1, NULL, OPT_PROGRAM},
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal87 * This option can be used to exclude all DFS channels from the ACS
/hardware/interfaces/radio/1.2/
Dtypes.hal571 * 32 - Service option not supported
572 * 33 - Requested service option not subscribed
573 * 34 - Service option temporarily out of order
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal126 * this option. This is purely user choice, ie. does not reflect digital-
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal129 * @param key The key of the option to be updated with a new value.
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c53 static struct option long_options[] =

12