Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 25 of 70) sorted by relevance

123

/hardware/qcom/sdm845/vr/
Dvr.c69 ALOGI("\tfield_name = %s", instance->fields[i].field_name); in log_config_instance()
70 ALOGI("\tdata_type = %u", instance->fields[i].data_type); in log_config_instance()
71 ALOGI("\tnum_data = %u", instance->fields[i].num_data); in log_config_instance()
72 switch (instance->fields[i].data_type){ in log_config_instance()
73 case FIELD_INT: ALOGI("\tdata = %d", *(int*)(instance->fields[i].data)); in log_config_instance()
75 case FIELD_STR: ALOGI("\tdata = %s", (char*)(instance->fields[i].data)); in log_config_instance()
77 default: ALOGI("\tdata = 0x%p", instance->fields[i].data); in log_config_instance()
166 if (config->fields) { in free_config_instance()
167 free(config->fields[0].data); in free_config_instance()
168 free(config->fields[0].field_name); in free_config_instance()
[all …]
/hardware/qcom/sm8150/vr/
Dvr.c69 ALOGI("\tfield_name = %s", instance->fields[i].field_name); in log_config_instance()
70 ALOGI("\tdata_type = %u", instance->fields[i].data_type); in log_config_instance()
71 ALOGI("\tnum_data = %u", instance->fields[i].num_data); in log_config_instance()
72 switch (instance->fields[i].data_type){ in log_config_instance()
73 case FIELD_INT: ALOGI("\tdata = %d", *(int*)(instance->fields[i].data)); in log_config_instance()
75 case FIELD_STR: ALOGI("\tdata = %s", (char*)(instance->fields[i].data)); in log_config_instance()
77 default: ALOGI("\tdata = 0x%p", instance->fields[i].data); in log_config_instance()
166 if (config->fields) { in free_config_instance()
167 free(config->fields[0].data); in free_config_instance()
168 free(config->fields[0].field_name); in free_config_instance()
[all …]
/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp37 std::vector<std::string> fields = android::base::Split(line, " "); in CpuUsage() local
38 if (fields[0].find("cpu") != std::string::npos && fields[0] != "cpu") { in CpuUsage()
89 std::vector<std::string> fields = android::base::Split(pidStat, " "); in profileProcess() local
96 if (!base::ParseUint(fields[0], &pid) || in profileProcess()
97 !base::ParseUint(fields[13], &utime) || in profileProcess()
98 !base::ParseUint(fields[14], &stime) || in profileProcess()
99 !base::ParseUint(fields[15], &cutime) || in profileProcess()
100 !base::ParseUint(fields[16], &cstime)) { in profileProcess()
104 std::string proc = fields[1]; in profileProcess()
164 std::vector<std::string> fields = android::base::Split(line, " "); in getOverallUsage() local
[all …]
/hardware/interfaces/tests/memory/2.0/
DIMemoryInterface.hal8 // Given two memory regions of the same size, returns two memory fields of
/hardware/google/interfaces/media/c2/1.0/
DIConfigurable.hal132 * Retrieves the supported values for the queried fields.
135 * values for the fields listed as well as a status for each field.
136 * Object shall process all fields queried even if some queries fail.
150 * for the selected fields.
Dtypes.hal308 vec<FieldDescriptor> fields;
370 * Conflicting parameters or fields with
371 * (optional) suggested values for any conflicting fields to avoid the conflict.
/hardware/interfaces/radio/1.2/
Dtypes.hal104 * insignificant fields. Modem must invoke IRadioIndication.networkStateChanged() when
105 * significant fields are updated regardless of whether this bit is set.
107 * The following fields are considered significant: VoiceRegStateResult.regState,
468 * all fields should be set to INT_MAX to mark them as invalid.
473 * all fields should be set to INT_MAX to mark them as invalid.
478 * all fields should be set to INT_MAX to mark them as invalid.
483 * all fields should be set to INT_MAX to mark them as invalid.
488 * otherwise all fields should be set to INT_MAX to mark them as invalid.
493 * all fields should be set to INT_MAX to mark them as invalid.
/hardware/interfaces/gnss/2.1/
DIGnssMeasurementCallback.hal29 * Flags to indicate what fields in GnssMeasurement are valid.
68 * A set of flags indicating the validity of the fields in this data
74 * Others fields may have invalid information in them, if not marked as
178 * Complete set of GNSS Measurement data, same as 2.0 with additional fields in measurements.
/hardware/interfaces/nfc/1.1/
Dtypes.hal32 * discovery* fields map to "RF Technology and Mode" in NCI Spec
33 * protocol* fields map to "RF protocols" in NCI Spec
/hardware/interfaces/drm/1.4/
Dtypes.hal77 * The license response was empty, fields are missing or otherwise unable
125 * The provisioning response was empty, fields are missing or otherwise
/hardware/interfaces/usb/1.1/
Dtypes.hal46 * The supportedModes and the currentMode fields of the status
/hardware/interfaces/camera/device/3.7/
Dtypes.hal131 * These fields will be [0, 0] if no input buffer exists in the capture
138 * fields will be the actual size of the input image.
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaIfaceCallback.hal158 * All the fields in this struct must be empty if the query failed.
160 * All the fields in this struct must be empty if the query failed.
/hardware/interfaces/camera/common/1.0/
Dtypes.hal324 * the conflicting_devices fields), but usage of these devices may fail in
351 * Based on the conflicting_devices fields, the camera service guarantees
355 * Based on the resourceCost fields, if a high-priority foreground
385 * Based on the conflicting_devices fields, the camera service guarantees
389 * Based on the resourceCost fields, only the highest priority application
/hardware/interfaces/media/c2/1.0/
DIConfigurable.hal193 * Retrieves the supported values for the queried fields.
195 * The object must process all fields queried even if some queries fail.
223 * - `BLOCKING` - Querying some fields requires blocking, but @p mayblock
Dtypes.hal311 * The field is a structure that may contain other fields.
375 * List of fields in the structure.
380 vec<FieldDescriptor> fields;
441 * Conflicting parameters or fields with (optional) suggested values for any
442 * conflicting fields to avoid the conflict. Values must only be set for
/hardware/interfaces/gnss/2.0/
Dtypes.hal25 * Flags indicating the validity of the fields in ElapsedRealtime.
/hardware/interfaces/health/2.1/
DIHealth.hal34 * @2.1::IHealthInfoCallback.healthInfoChanged_2_1(). All fields introduced
/hardware/interfaces/neuralnetworks/utils/
DREADME.md79 * AIDL calls return `ndk::ScopedAStatus` which wraps fields of types `binder_status_t` and
118 * AIDL calls return `ndk::ScopedAStatus` which wraps fields of types `binder_status_t` and
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal22 * Flags to indicate what fields in GnssClock are valid.
43 * Flags to indicate what fields in GnssMeasurement are valid.
180 * A set of flags indicating the validity of the fields in this data
186 * Others fields may have invalid information in them, if not marked as
348 * A set of flags indicating the validity of the fields in this data
354 * Others fields may have invalid information in them, if not marked as
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto30 * - repeated fields - arrays must be unrolled
411 // ALERT-specific fields. These fields correspond to the interrupt status
418 // REBOOTED-specific fields. These fields correspond to the details of how
/hardware/interfaces/radio/1.6/
Dtypes.hal595 * all fields should be set to INT_MAX to mark them as invalid.
601 * all fields should be set to INT_MAX to mark them as invalid.
607 * all fields should be set to INT_MAX to mark them as invalid.
613 * all fields should be set to INT_MAX to mark them as invalid.
619 * otherwise all fields should be set to INT_MAX to mark them as invalid.
625 * all fields should be set to INT_MAX to mark them as invalid.
631 * all fields should be set to INT_MAX to mark them as invalid.
/hardware/interfaces/radio/1.0/
Dtypes.hal898 // RadioAccessesFamily and logicalModemUuid fields must be
1132 // only changes from those insignificant fields
1135 // when significant fields are updated even when this bit
1136 // is not set. The following fields are considered
1144 // For all other fields change, modem should continue
1317 * all fields should be set to INT_MAX to mark them as invalid.
1322 * all fields should be set to INT_MAX to mark them as invalid.
1327 * all fields should be set to INT_MAX to mark them as invalid.
1332 * all fields should be set to INT_MAX to mark them as invalid.
1337 * otherwise all fields should be set to INT_MAX to mark them as invalid.
[all …]
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal479 * Metadata fields are not required to be settable. This function can
485 * We strongly encourage everyone to support setting as many of those fields as
487 * supported here. Over time these metadata fields will be moved out of
488 * Composer/BufferQueue/etc. and into the buffer's Metadata fields.
489 * If a device's IMapper doesn't support setting those Metadata fields,
490 * eventually the device may not longer be able to support these fields.
/hardware/interfaces/camera/device/3.6/
Dtypes.hal120 * fields will always be false.

123