/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/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_test_utils.h | 75 static struct option options[] = {{"p2p_off", no_argument, 0, 'P'}, in initFromOptions()
|
/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/wifi/1.0/vts/functional/ |
D | wifi_hidl_test_utils.h | 75 static struct option options[] = {{"nan_on", no_argument, 0, 'N'}, in initFromOptions()
|
/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/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/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()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/ |
D | VehicleHalProto.proto | 18 option optimize_for = LITE_RUNTIME;
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 38 # 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/ |
D | apf_run.c | 41 const struct option long_options[] = {{"program", 1, NULL, OPT_PROGRAM},
|
/hardware/interfaces/wifi/hostapd/1.0/ |
D | IHostapd.hal | 87 * This option can be used to exclude all DFS channels from the ACS
|
/hardware/interfaces/radio/1.2/ |
D | types.hal | 571 * 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/ |
D | ITuner.hal | 126 * this option. This is purely user choice, ie. does not reflect digital-
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 129 * @param key The key of the option to be updated with a new value.
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | aplay.c | 53 static struct option long_options[] =
|