Searched refs:st (Results 1 – 5 of 5) sorted by relevance
/device/moto/shamu/location/loc_api/loc_api_v02/ |
D | loc_api_sync_req.h | 44 locClientStatusEnumType st; \ 50 st = loc_sync_send_req(HANDLE, \ 57 if (st != eLOC_CLIENT_SUCCESS || \ 60 __func__, __LINE__, st, ind.status); \
|
/device/huawei/angler/location/loc_api/loc_api_v02/ |
D | loc_api_sync_req.h | 44 locClientStatusEnumType st; \ 50 st = loc_sync_send_req(HANDLE, \ 57 if (st != eLOC_CLIENT_SUCCESS || \ 60 __func__, __LINE__, st, ind.status); \
|
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
D | loc_api_sync_req.h | 44 locClientStatusEnumType st; \ 50 st = loc_sync_send_req(HANDLE, \ 57 if (st != eLOC_CLIENT_SUCCESS || \ 60 __func__, __LINE__, st, ind.status); \
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | raw.c | 15 struct stat st; in read_raw() local 22 if (stat(filename, &st) < 0) { in read_raw() 33 f = st.st_size / 4; in read_raw()
|
/device/linaro/hikey/installer/ |
D | hisi-idt.py | 97 st = os.stat(filename) 98 return st.st_size
|