/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaNetwork.hal | 155 * @param ssid value to set. 169 * @param bssid value to set. 182 * @param enable true to set, false otherwise. 194 * @param keyMgmtMask value to set. 208 * @param protoMask value to set. 222 * @param authAlgMask value to set. 236 * @param groupCipherMask value to set. 251 * @param pairwiseCipherMask value to set. 266 * @param psk value to set. 282 * @param psk value to set as specified in IEEE 802.11i-2004 standard. [all …]
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.h | 41 using WatcherCallback = std::function<bool(const std::set<std::string> &name)>; 59 void registerFilesToWatch(const std::set<std::string> &sensors_to_watch, 60 const std::set<std::string> &cdev_to_watch, bool uevent_monitor); 73 void parseUevent(std::set<std::string> *sensor_name); 90 std::set<std::string> monitored_sensors_;
|
D | thermal_watcher.cpp | 38 void ThermalWatcher::registerFilesToWatch(const std::set<std::string> &sensors_to_watch, in registerFilesToWatch() 39 const std::set<std::string> &cdev_to_watch, in registerFilesToWatch() 85 void ThermalWatcher::parseUevent(std::set<std::string> *sensors_set) { in parseUevent() 148 std::set<std::string> sensors; in threadLoop()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 116 void Union(const AuthorizationSet& set); 121 void Subtract(const AuthorizationSet& set); 189 void push_back(const AuthorizationSet& set) { in push_back() argument 190 for (auto& entry : set) { in push_back() 195 void push_back(AuthorizationSet&& set) { in push_back() argument 196 move(set.begin(), set.end()); in push_back() 197 set.Clear(); in push_back() 270 AuthorizationSetBuilder& Authorizations(AuthorizationSet&& set); 271 AuthorizationSetBuilder& Authorizations(const AuthorizationSet& set); 307 inline AuthorizationSetBuilder& AuthorizationSetBuilder::Authorizations(AuthorizationSet&& set) { in Authorizations() argument [all …]
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | ReturnIn.h | 40 set(std::forward<Results>(results)...); in operator() 46 void set(Head&& head, Tail&&... tail) { in set() function 48 set(std::forward<Tail>(tail)...); in set() 51 void set() {} in set() function
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 75 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited 104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 105 # path before files name in the file list and in the header files. If set 110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter [all …]
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensorDevice.cpp | 114 std::set<sp<BaseSensorObject>> set; in getSensors() local 116 if (set.find(s.second) == set.end()) { in getSensors() 118 set.insert(s.second); in getSensors()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 78 * The expected behavior here is for GNSS HAL to set all the flags that applies. 81 * set as: 86 * set to STATE_UNKNOWN(0). 125 * A set of flags indicating the validity of the fields in this data 253 * will generally not have any discontinuities, and this can be set and 293 * A set of flags indicating the validity of the fields in this data 352 * C/A code lock : [ 0 1ms ] : STATE_CODE_LOCK set 353 * Bit sync : [ 0 20ms ] : STATE_BIT_SYNC set 354 * Subframe sync : [ 0 6s ] : STATE_SUBFRAME_SYNC set 355 * TOW decoded : [ 0 1week ] : STATE_TOW_DECODED set [all …]
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraUsbParm.cpp | 202 camHal->qCamParams.set(QCameraParameters::KEY_SUPPORTED_PICTURE_SIZES, in usbCamInitDefaultParameters() 209 camHal->qCamParams.set(QCameraParameters::KEY_SUPPORTED_PICTURE_FORMATS, in usbCamInitDefaultParameters() 216 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_QUALITY, tempStr); in usbCamInitDefaultParameters() 221 camHal->qCamParams.set(QCameraParameters::KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES, in usbCamInitDefaultParameters() 224 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_THUMBNAIL_WIDTH, in usbCamInitDefaultParameters() 227 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT, in usbCamInitDefaultParameters() 232 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_THUMBNAIL_QUALITY, in usbCamInitDefaultParameters() 238 camHal->qCamParams.set(QCameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS, in usbCamInitDefaultParameters() 246 camHal->qCamParams.set(QCameraParameters::KEY_SUPPORTED_PREVIEW_SIZES, in usbCamInitDefaultParameters() 254 camHal->qCamParams.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE, in usbCamInitDefaultParameters() [all …]
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 115 void Union(const AuthorizationSet& set); 120 void Subtract(const AuthorizationSet& set); 190 void push_back(const AuthorizationSet& set) { in push_back() argument 191 for (auto& entry : set) { in push_back() 195 void push_back(AuthorizationSet&& set) { in push_back() argument 196 std::move(set.begin(), set.end(), std::back_inserter(*this)); in push_back() 260 AuthorizationSetBuilder& Authorizations(const AuthorizationSet& set) { in Authorizations() argument 261 for (const auto& entry : set) { in Authorizations()
|
/hardware/google/av/media/sfplugin/ |
D | ReflectedParamUpdater.h | 60 explicit Value(C2Value i) { set(i); } in Value() 61 explicit Value(int32_t i) { set(i); } in Value() 62 explicit Value(int64_t i) { set(i); } in Value() 63 explicit Value(const AString &i) { set(i); } in Value() 64 explicit Value(const sp<ABuffer> &i) { set(i); } in Value()
|
/hardware/interfaces/memtrack/1.0/ |
D | types.hal | 26 * Exactly one of these must be set. 33 * Only zero or one of these may be set in a record. 34 * If none are set, record is assumed to count shared + private memory. 39 * or separate video memory. Only zero or one of these may be set in a record. 40 * If none are set, record is assumed to count system + dedicated memory. 44 * memory that is protected. Only zero or one of these may be set in a record. 45 * If none are set, record is assumed to count secure + nonsecure memory.
|
/hardware/libhardware/modules/camera/3_4/ |
D | format_metadata_factory_test.cpp | 50 std::set<uint32_t> formats{V4L2_PIX_FMT_JPEG, V4L2_PIX_FMT_YUV420, in TEST_F() 52 std::map<uint32_t, std::set<std::array<int32_t, 2>>> sizes{ in TEST_F() 85 std::set<std::array<int32_t, 2>> format_sizes = sizes[format]; in TEST_F() 131 std::set<uint32_t> formats{V4L2_PIX_FMT_YUYV}; in TEST_F() 132 std::map<uint32_t, std::set<std::array<int32_t, 2>>> sizes{ in TEST_F() 149 std::set<std::array<int32_t, 2>> format_sizes = sizes[format]; in TEST_F()
|
D | static_properties.h | 78 const std::set<const camera3_stream_t*>& output_streams); 90 std::set<uint8_t> request_capabilities, 111 const std::set<uint8_t> request_capabilities_;
|
D | format_metadata_factory.cpp | 34 std::set<int32_t>* result_formats) { in GetHalFormats() 40 std::set<uint32_t> v4l2_formats; in GetHalFormats() 73 std::set<int32_t> hal_formats; in AddFormatComponents() 79 std::set<int32_t> unsupported_hal_formats; in AddFormatComponents() 172 std::set<std::array<int32_t, 2>> frame_sizes; in AddFormatComponents()
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIface.hal | 31 * If set indicates that the APF APIs are supported. 37 * If set indicates that the Background Scan APIs are supported. 39 * firmware. Each bucket contains a set of channels, a period, and some 44 * If set indicates that the link layer stats APIs are supported. 48 * If set indicates that the RSSI monitor APIs are supported. 52 * If set indicates that the roaming API's are supported. 56 * If set indicates support for Probe IE white listing. 60 * If set indicates support for MAC & Probe Sequence Number randomization. 129 * Must fail if |StaIfaceCapabilityMask.APF| is not set. 146 * Must fail if |StaIfaceCapabilityMask.APF| is not set. [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | message_layer.c | 33 void inv_set_message(long set, long clear, int level) in inv_set_message() argument 37 mh.message |= set; in inv_set_message()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | message_layer.c | 33 void inv_set_message(long set, long clear, int level) in inv_set_message() argument 37 mh.message |= set; in inv_set_message()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.h | 39 virtual int set(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0; 57 virtual int set(hwc_context_t *ctx, hwc_display_contents_1_t *list); 79 virtual int set(hwc_context_t *ctx, hwc_display_contents_1_t *list);
|
/hardware/libhardware/tests/input/evdev/ |
D | InputMocks.h | 114 std::set<int32_t> mKeys; 115 std::set<int32_t> mRelAxes; 117 std::set<int32_t> mSwitches; 118 std::set<int32_t> mForceFeedbacks; 119 std::set<int32_t> mInputProperties;
|
/hardware/interfaces/tests/msgq/1.0/ |
D | IBenchmarkMsgQ.hal | 21 * This method requests the service to set up Synchronous read/write 24 * @return mqDescIn This structure describes the FMQ that was set up 25 * by the service. Client can use it to set up the FMQ at its end. 31 * This method requests the service to set up Synchronous read/write 34 * @return mqDescOut This structure describes the FMQ that was set up 35 * by the service. Client can use it to set up the FMQ at its end.
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 57 * When set, the device driver must switch to a mode optimized for low display 60 * implementation dependent, and any value set for color in LightState may be 71 * - Display brightness is set so that the display is still visible to the user 100 * The parameters that can be set for a given light. 117 * The high byte should be ignored. Callers will set it to 0xff (which 123 * To flash the light at a given rate, set flashMode to LIGHT_FLASH_TIMED, 124 * and then flashOnMS should be set to the number of milliseconds to turn
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.h | 39 virtual int set(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0; 57 virtual int set(hwc_context_t *ctx, hwc_display_contents_1_t *list); 85 virtual int set(hwc_context_t *ctx, hwc_display_contents_1_t *list);
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraParameters.cpp | 245 void CameraParameters::set(const char *key, const char *value) in set() function in android::hardware::camera::common::V1_0::helper::CameraParameters 261 void CameraParameters::set(const char *key, int value) in set() function in android::hardware::camera::common::V1_0::helper::CameraParameters 265 set(key, str); in set() 272 set(key, str); in setFloat() 358 set(KEY_PREVIEW_SIZE, str); in setPreviewSize() 388 set(KEY_VIDEO_SIZE, str); in setVideoSize() 407 set(KEY_PREVIEW_FRAME_RATE, fps); in setPreviewFrameRate() 425 set(KEY_PREVIEW_FORMAT, format); in setPreviewFormat() 437 set(KEY_PICTURE_SIZE, str); in setPictureSize() 457 set(KEY_PICTURE_FORMAT, format); in setPictureFormat()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1639 set(KEY_PICTURE_SIZE, val); in setPictureSize() 2058 set(KEY_JPEG_THUMBNAIL_WIDTH, width); in setJpegThumbnailSize() 2059 set(KEY_JPEG_THUMBNAIL_HEIGHT, height); in setJpegThumbnailSize() 2096 set(KEY_QC_SNAPSHOT_BURST_LED_ON_PERIOD, nBurstLEDOnPeriod); in setBurstLEDOnPeriod() 2138 set(KEY_QC_NUM_RETRO_BURST_PER_SHUTTER, nBurstNum); in setRetroActiveBurstNum() 2162 set(KEY_JPEG_QUALITY, quality); in setJpegQuality() 2170 set(KEY_JPEG_THUMBNAIL_QUALITY, quality); in setJpegQuality() 2198 set(KEY_QC_ORIENTATION, str); in setOrientation() 3291 set(KEY_ROTATION, rotation); in setRotation() 3705 set(KEY_QC_CAPTURE_BURST_EXPOSURE, expStr); in setAEBracket() [all …]
|