/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/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/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/interfaces/tests/extension/vibrator/aidl/client/ |
D | Android.bp | 8 // system code has the option to use the unstable C++ libbinder API
|
/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 | plugin_status_test.c | 10 static struct option const long_options[] =
|
D | sensor_param_test.c | 39 static struct option const long_options[] =
|
D | setparamblk_test.c | 35 static struct option const long_options[] =
|
D | odsp_api_test.c | 32 static struct option const long_options[] =
|
/hardware/google/av/media/sfplugin/ |
D | Codec2InfoBuilder.cpp | 350 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/google/pixel/misc_writer/ |
D | misc_writer_main.cpp | 53 constexpr struct option OPTIONS[] = { in main()
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_hidl_test_utils.h | 82 static struct option options[] = {{"nan_on", no_argument, 0, 'N'}, in initFromOptions()
|
/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/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/google/pixel/pixelstats/ |
D | pixelatoms.proto | 22 option java_package = "android.hardware.google.pixel"; 23 option java_outer_classname = "PixelAtoms";
|
/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/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_test_utils.h | 101 static struct option options[] = {{"p2p_off", no_argument, 0, 'P'}, in initFromOptions()
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssBatchingCallback.hal | 23 * a flush request, as well as the buffer becoming full (if appropriate option
|
/hardware/ril/librilutils/proto/ |
D | sap-api.proto | 3 option java_package = "org.android.btsap"; 4 option java_outer_classname = "SapApi";
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 133 static struct option options[] = { in initFromOptions()
|