Home
last modified time | relevance | path

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

123

/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/automotive/audiocontrol/2.0/default/
DAudioControl.cpp108 std::string option = options[0]; in cmdDump() local
109 if (EqualsIgnoreCase(option, "--help")) { in cmdDump()
111 } else if (EqualsIgnoreCase(option, "--request")) { in cmdDump()
113 } else if (EqualsIgnoreCase(option, "--abandon")) { in cmdDump()
116 dprintf(fd, "Invalid option: %s\n", option.c_str()); in cmdDump()
/hardware/google/camera/common/profiler/
Dprofiler.h87 static std::shared_ptr<Profiler> Create(int option);
155 ScopedProfiler(const std::string target, int option) in ScopedProfiler() argument
157 profiler_ = Profiler::Create(option); in ScopedProfiler()
Dprofiler.cc332 std::shared_ptr<Profiler> Profiler::Create(int option) { in Create() argument
333 SetPropFlag flag = static_cast<SetPropFlag>(option); in Create()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp207 std::string option = options[0]; in cmdDump() local
208 if (EqualsIgnoreCase(option, "--help")) { in cmdDump()
210 } else if (EqualsIgnoreCase(option, "--list")) { in cmdDump()
212 } else if (EqualsIgnoreCase(option, "--get")) { in cmdDump()
214 } else if (EqualsIgnoreCase(option, "--set")) { in cmdDump()
217 dprintf(fd, "Invalid option: %s\n", option.c_str()); in cmdDump()
/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/tests/extension/vibrator/aidl/client/
DAndroid.bp8 // system code has the option to use the unstable C++ libbinder API
/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/knowles/athletico/sound_trigger_hal/tests/
Dcrash_trigger_test.c44 static struct option const long_options[] =
Dget_pwr_stats.c24 static struct option const long_options[] =
Dsensor_param_test.c39 static struct option const long_options[] =
Dplugin_status_test.c10 static struct option const long_options[] =
Dsetparamblk_test.c35 static struct option const long_options[] =
/hardware/google/pixel/misc_writer/
Dmisc_writer_main.cpp53 constexpr struct option OPTIONS[] = { in main()
/hardware/google/pixel/pwrstats_util/
Dpwrstatsutil.proto18 option java_package = "com.google.android.pwrstatsutil";
/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/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/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/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc118 static struct option opts[] = { in main()
/hardware/ril/librilutils/proto/
Dsap-api.proto3 option java_package = "org.android.btsap";
4 option java_outer_classname = "SapApi";

123