Searched refs:value (Results 76 - 87 of 87) sorted by relevance

1234

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp194 char value[PROPERTY_VALUE_MAX]; local
195 property_get("debug.pf.disasm", value, "0");
196 if (atoi(value) != 0) {
H A DMIPSAssembler.h212 uint32_t value; member in struct:android::ArmToMipsAssembler::addr_mode_t
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c56 ** fill_bits is the value in decimal for unused bits,
259 validate_baudrate(int baud_rate, int *value) argument
265 *value = baud_rates[i].termios_value;
420 printf("\n\t\tfill_bits is the value in decimal for unused bits,\n");
/system/core/include/system/
H A Dwindow.h69 /* a magic value defined by the actual EGL native type */
128 * has been queued. This value applies only if set_buffer_count was used to
131 * value before calling set_buffer_count. If it is necessary to have N
136 * Note that this value does NOT apply until a single buffer has been
148 * to the window compositor. The query sets the returned 'value' argument
329 * Special timestamp value to indicate that timestamps should be auto-generated
432 * takes a fence file descriptor should be used in its place (pass a value
444 int what, int* value);
495 * takes a fence file descriptor should be used in its place (pass a value
513 * dequeued buffer may be written to. A value o
[all...]
/system/core/libusbhost/
H A Dusbhost.c503 int value,
518 ctrl.wValue = value;
500 usb_device_control_transfer(struct usb_device *device, int requestType, int request, int value, int index, void* buffer, int length, unsigned int timeout) argument
/system/core/charger/
H A Dcharger.c758 static int set_key_callback(int code, int value, void *data) argument
762 int down = !!value;
795 set_key_callback(ev->code, ev->value, charger);
/system/extras/ext4_utils/
H A Dsha1.c35 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
/system/netd/
H A DMDnsSdListener.cpp690 char value[PROPERTY_VALUE_MAX] = {'\0'}; local
699 if (property_get(name, value, NULL)) {
700 if (desired_value == NULL || strcmp(value, desired_value) == 0) {
H A DCommandListener.cpp206 int CommandListener::writeFile(const char *path, const char *value, int size) { argument
213 if (write(fd, value, size) != size) {
961 // note that all the %lu will be off by one and the real tx value will be in d
/system/vold/
H A Dcryptfs.c142 /* key or salt can be NULL, in which case just skip writing that value. Useful to
187 SLOGE("Unexpected value for crypto key location\n");
293 SLOGE("Unexpected value for crypto key location\n");
1395 char value[PROPERTY_VALUE_MAX]; local
1397 property_get("ro.vold.wipe_on_crypt_fail", value, "0");
1398 if (!strcmp(value, "1")) {
/system/core/libcutils/
H A Dmq.c365 static bool peerProxyRemoveConnection(void* key, void* value, void* context) { argument
367 PeerProxy* otherPeer = (PeerProxy*) value;
/system/core/toolbox/
H A Dgetevent.h5 int value; member in struct:label

Completed in 592 milliseconds

1234