/hardware/libhardware/modules/camera/3_4/metadata/ |
D | slider_control_options.h | 46 virtual bool IsSupported(const T& option) override { in IsSupported() argument 47 return option >= min_ && option <= max_; in IsSupported()
|
D | menu_control_options.h | 41 virtual bool IsSupported(const T& option) override { in IsSupported() argument 42 return (std::find(options_.begin(), options_.end(), option) != in IsSupported()
|
D | menu_control_options_test.cpp | 52 for (auto option : options_) { in TEST_F() local 53 EXPECT_TRUE(dut_->IsSupported(option)); in TEST_F()
|
D | control_options_interface.h | 35 virtual bool IsSupported(const T& option);
|
/hardware/interfaces/automotive/audiocontrol/2.0/default/ |
D | AudioControl.cpp | 108 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/ |
D | profiler.h | 87 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()
|
D | profiler.cc | 332 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/ |
D | VehicleHalManager.cpp | 207 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/ |
D | GenericOperation.h | 37 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/ |
D | Android.bp | 8 // system code has the option to use the unstable C++ libbinder API
|
/hardware/interfaces/wifi/hostapd/1.1/ |
D | IHostapd.hal | 47 * 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/ |
D | crash_trigger_test.c | 44 static struct option const long_options[] =
|
D | get_pwr_stats.c | 24 static struct option const long_options[] =
|
D | sensor_param_test.c | 39 static struct option const long_options[] =
|
D | plugin_status_test.c | 10 static struct option const long_options[] =
|
D | setparamblk_test.c | 35 static struct option const long_options[] =
|
/hardware/google/pixel/misc_writer/ |
D | misc_writer_main.cpp | 53 constexpr struct option OPTIONS[] = { in main()
|
/hardware/google/pixel/pwrstats_util/ |
D | pwrstatsutil.proto | 18 option java_package = "com.google.android.pwrstatsutil";
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantStaNetwork.hal | 201 * 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/ |
D | cirrus_playback.c | 214 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/ |
D | mm_qcamera_socket.c | 557 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/ |
D | IGnssBatchingCallback.hal | 23 * a flush request, as well as the buffer becoming full (if appropriate option
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssBatchingCallback.hal | 23 * a flush request, as well as the buffer becoming full (if appropriate option
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/ |
D | ConfigVerifier.cc | 118 static struct option opts[] = { in main()
|
/hardware/ril/librilutils/proto/ |
D | sap-api.proto | 3 option java_package = "org.android.btsap"; 4 option java_outer_classname = "SapApi";
|