Searched defs:value (Results 351 - 375 of 383) sorted by relevance

<<111213141516

/system/vold/
H A DVoldNativeService.cpp613 const std::string& value) {
617 return translate(cryptfs_setfield(key.c_str(), value.c_str()));
612 fdeSetField(const std::string& key, const std::string& value) argument
/system/bt/bta/av/
H A Dbta_av_aact.cc1280 char value[PROPERTY_VALUE_MAX] = {0}; local
1281 if ((osi_property_get("bluetooth.pts.force_a2dp_abort", value, "false")) &&
1282 (!strcmp(value, "true"))) {
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.cc74 /* CIND: storage room for indicators value range and their statuses */
321 uint32_t value) {
322 APPL_TRACE_DEBUG("%s: 0x%x", __func__, value);
323 client_cb->peer_features = value;
326 /* handles a single indicator descriptor - registers it for value changing
348 /* index - enumerates value position in the incoming sequence */
350 /* to lookup table for easy value->indicator matching later, when only
359 uint32_t index, uint32_t value) {
360 APPL_TRACE_DEBUG("%s: index: %u value: %u", __func__, index, value);
320 bta_hf_client_handle_brsf(tBTA_HF_CLIENT_CB* client_cb, uint32_t value) argument
358 bta_hf_client_handle_cind_value(tBTA_HF_CLIENT_CB* client_cb, uint32_t index, uint32_t value) argument
397 bta_hf_client_handle_ciev(tBTA_HF_CLIENT_CB* client_cb, uint32_t index, uint32_t value) argument
460 bta_hf_client_handle_vgm(tBTA_HF_CLIENT_CB* client_cb, uint32_t value) argument
469 bta_hf_client_handle_vgs(tBTA_HF_CLIENT_CB* client_cb, uint32_t value) argument
478 bta_hf_client_handle_bvra(tBTA_HF_CLIENT_CB* client_cb, uint32_t value) argument
558 bta_hf_client_ind(tBTA_HF_CLIENT_CB* client_cb, tBTA_HF_CLIENT_IND_TYPE type, uint16_t value) argument
582 bta_hf_client_evt_val(tBTA_HF_CLIENT_CB* client_cb, tBTA_HF_CLIENT_EVT type, uint16_t value) argument
825 uint32_t value; local
854 uint32_t value = 0; local
981 uint32_t index, value; local
[all...]
/system/bt/bta/include/
H A Dbta_ag_api.h106 /* It is safe to use the same value as BTA_AG_HANDLE_ALL
129 #define BTA_AG_IND_RES 5 /* Update an indicator value */
151 #define BTA_AG_IND_RES_ON_DEMAND 33 /* Update an indicator value forcible */
264 #define BTA_AG_BTRH_READ 3 /* Read the current value */
275 uint16_t value; member in struct:__anon215
595 void BTA_AgSetScoAllowed(bool value);
H A Dbta_gatt_api.h77 /* Characteristic Aggregate Format attribute value
130 uint8_t value[GATT_MAX_ATTR_LEN]; member in struct:__anon292
183 uint8_t value[GATT_MAX_ATTR_LEN]; member in struct:__anon300
608 uint16_t handle, uint16_t len, uint8_t* value,
617 * Description This function is called to read a characteristics value
630 * This function is called to read a value of characteristic with uuid equal to
642 * Description This function is called to read a descriptor value.
658 * Description This function is called to write characteristic value.
663 * value - the value t
[all...]
/system/bt/btif/src/
H A Dbtif_storage.cc193 char value[1024]; local
194 if (prop->len <= 0 || prop->len > (int)sizeof(value) - 1) {
208 strncpy(value, (char*)prop->val, name_length);
209 value[name_length] = '\0';
211 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, value);
213 btif_config_set_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, value);
217 strncpy(value, (char*)prop->val, prop->len);
218 value[prop->len] = '\0';
219 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value);
342 char value[128 local
1271 int value; local
1412 int value; local
1518 int value; local
[all...]
/system/bt/internal_include/
H A Dbt_trace.h735 static_assert(std::is_integral<T>::value,
744 * Obtains the string representation of a boolean value.
746 * @param value the boolean value to use
747 * @return the string representation of the boolean value: "true" or "false"
749 inline std::string logbool(bool value) { argument
751 tmp << std::boolalpha << value; local
/system/bt/stack/gatt/
H A Dgatt_int.h77 /* wait for ATT cmd response timeout value */
107 uint16_t value_len; /* length of the attribute value */
109 value[GATT_MAX_MTU_SIZE]; /* pointer to the attribute value to be found */ member in struct:__anon998
116 tGATT_FIND_TYPE_VALUE find_type_value; /* find by type value */
122 uint16_t handle; /* read, handle value confirmation */
145 /* Characteristic declaration attribute value
152 /* attribute value maintained in the server database
182 uint16_t next_handle; /* Next usable handle value */
384 handle_of_h_r; /* Handle of the handles reused characteristic value */
[all...]
/system/chre/platform/slpi/see/
H A Dsee_helper.cc163 && suidsMatch(suid, calInfo[i].suid.value())) {
540 * Decodes each attribute field and passes the value to the calling function.
551 sns_std_attr_value_data value; member in struct:chre::__anon1490::DecodeData
558 data->value.str.funcs.decode = decodeStringField;
559 data->value.str.arg = &data->strData;
560 data->value.subtype.values.funcs.decode = decodeSnsStdAttrValue;
561 data->value.subtype.values.arg = &data->subtypeAttrArg;
563 success = pb_decode(stream, sns_std_attr_value_data_fields, &data->value);
568 if (data->value.has_flt) {
576 if (data->value
840 float value; local
1018 float value = static_cast<float>(event.proximity_event_type); local
[all...]
/system/core/libpixelflinger/codeflinger/
H A DArm64Assembler.cpp321 char value[PROPERTY_VALUE_MAX]; local
322 property_get("debug.pf.disasm", value, "0");
323 if (atoi(value) != 0)
H A DMIPS64Assembler.h223 uint32_t value; member in struct:android::ArmToMips64Assembler::addr_mode_t
H A DMIPSAssembler.cpp227 // ALOGW("immediate value %08x at pc %08x\n", immediate, (int)pc());
228 amode.value = immediate;
236 amode.value = shift;
261 amode.value = immed12;
272 amode.value = immed12;
283 // amode.value = shift;
315 amode.value = immed8;
342 // would be overwritten by this instruction. If so, move the value to a
345 // instruction will _also_ use this value (a defect of the simple 1-pass, one-
347 // save the value befor
1415 char value[PROPERTY_VALUE_MAX]; local
[all...]
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h87 // value shouldn't be more than 7, or bad things are going to
259 needs_t value; member in struct:android::needs_filter_t
265 ((filter.value.n ^ n) & filter.mask.n) |
266 ((filter.value.p ^ p) & filter.mask.p) |
267 ((filter.value.t[0] ^ t[0]) & filter.mask.t[0]) |
268 ((filter.value.t[1] ^ t[1]) & filter.mask.t[1]);
/system/core/libpixelflinger/
H A Dtrap.cpp919 void SET_COVERAGE(int16_t*& p, int32_t value, ssize_t n) argument
921 android_memset16((uint16_t*)p, value, n*2);
926 void ADD_COVERAGE(int16_t*& p, int32_t value) argument
928 value = *p + value;
929 if (value >= 0x8000)
930 value = 0x7FFF;
931 *p++ = value;
935 void SUB_COVERAGE(int16_t*& p, int32_t value) argument
937 value
[all...]
/system/core/lmkd/
H A Dlmkd.c702 int64_t value; local
704 sscanf(line, "%" STRINGIFY(LINE_MAX) "s %" SCNd64 "", key, &value);
711 mem_st->pgfault = value;
713 mem_st->pgmajfault = value;
715 mem_st->rss_in_bytes = value;
717 mem_st->cache_in_bytes = value;
719 mem_st->swap_in_bytes = value;
/system/core/logcat/
H A Dlogcat.cpp496 // Check ANDROID_LOG_WRAP_DEFAULT_TIMEOUT value for match to 2 hours
569 static unsigned long value_of_size(unsigned long value) { argument
571 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024);
572 value /= 1024, ++i)
574 return value;
577 static const char* multiplier_of_size(unsigned long value) { argument
580 (i < sizeof(multipliers) / sizeof(multipliers[0])) && (value >= 1024);
581 value /= 1024, ++i)
/system/extras/power_profile/camera_avg/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/extras/power_profile/camera_flashlight/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/extras/power_profile/gps_on/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/netd/server/
H A DXfrmController.cpp178 size_t fillNlAttrIpAddress(__u16 nlaType, int family, const std::string& value, nlattr* nlAttr, argument
180 inet_pton(family, value.c_str(), ipAddress.base());
184 size_t fillNlAttrU32(__u16 nlaType, int32_t value, nlattr* nlAttr, uint32_t* u32Value) { argument
185 *u32Value = htonl(value);
289 if (nlMsg.nlmsg_len != writeResult.value()) {
290 ALOGE("Invalid netlink message length sent %d", static_cast<int>(writeResult.value()));
303 LOG_HEX("netlink msg resp", reinterpret_cast<char*>(readResult.value().base()),
304 readResult.value().size());
306 Status validateStatus = validateResponse(response, readResult.value().size());
395 for (const std::string& iface : ifaces.value()) {
[all...]
/system/sepolicy/tools/
H A Dcheck_seapp.c99 * The workhorse of the logic. This struct maps key value pairs to
107 bool (*fn_validate)(char *value, char **errmsg);
111 * Key value pair struct, this represents the raw kvp values coming
116 char *value; member in struct:kvp
127 char *key; /** key value before hashing */
131 key_map m[]; /** key value mapping */
193 static bool validate_bool(char *value, char **errmsg);
194 static bool validate_levelFrom(char *value, char **errmsg);
195 static bool validate_selinux_type(char *value, char **errmsg);
196 static bool validate_selinux_level(char *value, cha
366 validate_bool(char *value, char **errmsg) argument
376 validate_levelFrom(char *value, char **errmsg) argument
386 validate_selinux_type(char *value, char **errmsg) argument
404 validate_selinux_level(char *value, char **errmsg) argument
423 validate_uint(char *value, char **errmsg) argument
455 char *value = m->data; local
1072 char *value = NULL; local
[all...]
/system/update_engine/common/
H A Dutils.cc172 // At this point we want to convert the format key=value pair from mosys to
173 // a vector of key value pairs.
214 // A value of 0 means that we reached EOF and there is nothing else to
615 vector<char> buf(filename_template.value().size() + 1);
616 memcpy(buf.data(), filename_template.value().data(),
617 filename_template.value().size());
618 buf[filename_template.value().size()] = '\0';
723 if (lstat(parent.value().c_str(), &stparent) != 0) {
724 PLOG(ERROR) << "Error stat'ing " << parent.value();
814 int FuzzInt(int value, unsigne argument
[all...]
/system/update_engine/
H A Domaha_request_action.cc93 // |name| and value |ping_days| if |ping_days| has a value that needs
145 // We only store a non-empty previous version value after a successful
147 // we clear the previous version value so it doesn't get reported again.
176 // |arg_name| and |prefs_key|, if any. The return value is suitable to
193 << " has a too big value, which must be an error or an "
262 // If install_date_days is not set (e.g. its value is -1 ), don't
469 string value = attr[n + 1]; local
470 attrs[key] = value;
497 // Omaha sends arbitrary key-value pair
555 ParserHandlerEntityDecl(void *user_data, const XML_Char *entity_name, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *system_id, const XML_Char *public_id, const XML_Char *notation_name) argument
[all...]
H A Dpayload_state.cc133 // we loaded from the persisted state is a valid value. If the response
144 // Update the current download source which depends on the latest value of
149 void PayloadState::SetUsingP2PForDownloading(bool value) { argument
150 using_p2p_for_downloading_ = value;
510 // since we don't expect value of kMaxBackoffDays to be more than 100 anyway.
511 int num_days = 1; // the value to be shifted.
667 // value |kAbnormalTermination|). In the future we might want to
999 LOG(ERROR) << "Invalid UpdateTimestampStart value. Resetting.";
1011 LOG(ERROR) << "The UpdateTimestampStart value ("
1022 void PayloadState::SetUpdateTimestampStart(const Time& value) { argument
1027 SetUpdateTimestampEnd(const Time& value) argument
1089 SetUpdateDurationUptimeExtended(const TimeDelta& value, const Time& timestamp, bool use_logging) argument
1103 SetUpdateDurationUptime(const TimeDelta& value) argument
1308 SetP2PNumAttempts(int value) argument
[all...]
/system/bt/stack/include/
H A Dgatt_api.h75 /* Attribute value out of range */
138 /* max legth of an attribute value
216 /* Format of the value of a characteristic. enumeration type
251 /* Characteristic Presentation Format Descriptor value
276 /* Characteristic Aggregate Format attribute value
284 /* Characteristic descriptor: Extended Properties value
291 /* characteristic descriptor: client configuration value
297 /* characteristic descriptor: server configuration value
303 /* Characteristic descriptor: Extended Properties value
324 uint16_t offset; /* attribute value offse
328 uint8_t value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */ member in struct:__anon1202
367 uint8_t value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */ member in struct:__anon1205
542 tGATT_DISC_VALUE value; member in struct:__anon1222
[all...]

Completed in 548 milliseconds

<<111213141516