Searched refs:location (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dmips_disassem.h60 void mips_disassem(uint32_t *location, char *di_buffer, int alt_fmt);
/system/core/debuggerd/
H A Dgetevent.cpp41 char location[80]; local
57 location[sizeof(location) - 1] = '\0';
62 if (ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
63 location[0] = '\0';
/system/core/toolbox/
H A Dgetevent.c321 char location[80]; local
343 location[sizeof(location) - 1] = '\0';
349 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
350 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
351 location[0] = '\0';
387 printf(" location: \"%s\"\n"
388 " id: \"%s\"\n", location, idstr);
/system/bt/btif/src/
H A Dbtif_hf_client.c417 ** Description place a call with number specified by location (speed dial)
422 static bt_status_t dial_memory(int location) argument
426 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_ATD, location, 0, NULL);
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp96 static void logOpenSSLError(const char* location) { argument
102 ALOGE("OpenSSL error in %s %d: %s", location, error, message);

Completed in 239 milliseconds