Searched refs:location (Results 1 – 7 of 7) sorted by relevance
/system/core/debuggerd/ |
D | getevent.cpp | 41 char location[80]; in open_device() local 57 location[sizeof(location) - 1] = '\0'; in open_device() 62 if (ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device() 63 location[0] = '\0'; in open_device()
|
/system/core/libpixelflinger/codeflinger/ |
D | mips_disassem.h | 60 void mips_disassem(uint32_t *location, char *di_buffer, int alt_fmt);
|
/system/core/toolbox/ |
D | getevent.c | 321 char location[80]; in open_device() local 343 location[sizeof(location) - 1] = '\0'; in open_device() 349 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device() 351 location[0] = '\0'; in open_device() 388 " id: \"%s\"\n", location, idstr); in open_device()
|
/system/core/logcat/ |
D | event.logtags | 46 # This event is logged when the location service uploads location data.
|
/system/bt/btif/src/ |
D | btif_hf_client.c | 422 static bt_status_t dial_memory(int location) in dial_memory() argument 426 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_ATD, location, 0, NULL); in dial_memory()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 96 static void logOpenSSLError(const char* location) { in logOpenSSLError() argument 102 ALOGE("OpenSSL error in %s %d: %s", location, error, message); in logOpenSSLError()
|
/system/core/rootdir/ |
D | init.rc | 164 # Create location for fs_mgr to store abbreviated output from filesystem 340 # symlink to bugreport storage location 343 # Separate location for storing security policy files on data
|