/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 250 int i, select_id = -1; /* no free buffer */ local 263 select_id = i; 273 return select_id; 293 static void loc_unlock_slot(int select_id) 295 pthread_mutex_unlock(&loc_sync_data.slots[select_id].lock); 315 static void loc_lock_slot(int select_id) 317 pthread_mutex_lock(&loc_sync_data.slots[select_id].lock); 338 static void loc_set_slot_in_use(int select_id, boolean in_use) 340 loc_sync_data.slots[select_id].in_use = in_use; 342 loc_sync_data.slots[select_id].signal_sent = 0 503 int select_id; local [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 250 int i, select_id = -1; /* no free buffer */ local 263 select_id = i; 273 return select_id; 293 static void loc_unlock_slot(int select_id) 295 pthread_mutex_unlock(&loc_sync_data.slots[select_id].lock); 315 static void loc_lock_slot(int select_id) 317 pthread_mutex_lock(&loc_sync_data.slots[select_id].lock); 338 static void loc_set_slot_in_use(int select_id, boolean in_use) 340 loc_sync_data.slots[select_id].in_use = in_use; 342 loc_sync_data.slots[select_id].signal_sent = 0 503 int select_id; local [all...] |
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 250 int i, select_id = -1; /* no free buffer */ local 263 select_id = i; 273 return select_id; 293 static void loc_unlock_slot(int select_id) 295 pthread_mutex_unlock(&loc_sync_data.slots[select_id].lock); 315 static void loc_lock_slot(int select_id) 317 pthread_mutex_lock(&loc_sync_data.slots[select_id].lock); 338 static void loc_set_slot_in_use(int select_id, boolean in_use) 340 loc_sync_data.slots[select_id].in_use = in_use; 342 loc_sync_data.slots[select_id].signal_sent = 0 503 int select_id; local [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 250 int i, select_id = -1; /* no free buffer */ local 263 select_id = i; 273 return select_id; 293 static void loc_unlock_slot(int select_id) 295 pthread_mutex_unlock(&loc_sync_data.slots[select_id].lock); 315 static void loc_lock_slot(int select_id) 317 pthread_mutex_lock(&loc_sync_data.slots[select_id].lock); 338 static void loc_set_slot_in_use(int select_id, boolean in_use) 340 loc_sync_data.slots[select_id].in_use = in_use; 342 loc_sync_data.slots[select_id].signal_sent = 0 503 int select_id; local [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 250 int i, select_id = -1; /* no free buffer */ local 263 select_id = i; 273 return select_id; 293 static void loc_unlock_slot(int select_id) 295 pthread_mutex_unlock(&loc_sync_data.slots[select_id].lock); 315 static void loc_lock_slot(int select_id) 317 pthread_mutex_lock(&loc_sync_data.slots[select_id].lock); 338 static void loc_set_slot_in_use(int select_id, boolean in_use) 340 loc_sync_data.slots[select_id].in_use = in_use; 342 loc_sync_data.slots[select_id].signal_sent = 0 503 int select_id; local [all...] |
/device/google/marlin/location/loc_api/loc_api_v02/ |
loc_api_sync_req.c | 251 int i, select_id = -1; /* no free buffer */ local 259 select_id = i; 268 __func__, __LINE__, select_id); 269 return select_id; 289 static void loc_free_slot(int select_id) 296 LOC_LOGD("%s:%d]: freeing slot %d\n", __func__, __LINE__, select_id); 298 loc_sync_array.slot_in_use[select_id] = 0; 300 slot = &loc_sync_array.slots[select_id]; 350 int select_id = loc_alloc_slot(); local 355 if (select_id < 0 498 int select_id; local [all...] |
/device/huawei/angler/location/loc_api/loc_api_v02/ |
loc_api_sync_req.c | 254 int i, select_id = -1; /* no free buffer */ local 262 select_id = i; 271 __func__, __LINE__, select_id); 272 return select_id; 292 static void loc_free_slot(int select_id) 299 LOC_LOGD("%s:%d]: freeing slot %d\n", __func__, __LINE__, select_id); 301 loc_sync_array.slot_in_use[select_id] = 0; 303 slot = &loc_sync_array.slots[select_id]; 353 int select_id = loc_alloc_slot(); local 358 if (select_id < 0 501 int select_id; local [all...] |
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
loc_api_sync_req.c | 254 int i, select_id = -1; /* no free buffer */ local 262 select_id = i; 271 __func__, __LINE__, select_id); 272 return select_id; 292 static void loc_free_slot(int select_id) 299 LOC_LOGD("%s:%d]: freeing slot %d\n", __func__, __LINE__, select_id); 301 loc_sync_array.slot_in_use[select_id] = 0; 303 slot = &loc_sync_array.slots[select_id]; 353 int select_id = loc_alloc_slot(); local 358 if (select_id < 0 501 int select_id; local [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
loc_api_sync_req.c | 254 int i, select_id = -1; /* no free buffer */ local 262 select_id = i; 271 __func__, __LINE__, select_id); 272 return select_id; 292 static void loc_free_slot(int select_id) 299 LOC_LOGD("%s:%d]: freeing slot %d\n", __func__, __LINE__, select_id); 301 loc_sync_array.slot_in_use[select_id] = 0; 303 slot = &loc_sync_array.slots[select_id]; 353 int select_id = loc_alloc_slot(); local 358 if (select_id < 0 501 int select_id; local [all...] |
/external/autotest/client/site_tests/login_OobeLocalization/ |
login_OobeLocalization.py | 162 def _verify_initial_options(self, select_id, values, 164 """Verifies that |values| are the initial elements of |select_id|. 166 @param select_id: ID of the select element to check. 196 })()""" % (select_id, 204 def _verify_option_exists(self, select_id, value): 205 """Verifies that |value| exists in |select_id|. 207 @param select_id: ID of the select element to check. 218 })()""" % (select_id, value) 285 def _dump_options(self, select_id): 325 })()""" % select_id [all...] |
/device/htc/flounder/gps/qct/lib/ |
libloc_api_v02.so | |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
AbstractContactAggregator.java | 738 String SELECT_ID = "SELECT d1." + Data.RAW_CONTACT_ID + ",d2." + Data.RAW_CONTACT_ID; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | 152 SELECT_ID, 297 mMode = enforceNew ? Mode.SELECT_NEW_ID : Mode.SELECT_ID; 339 if (mMode == Mode.SELECT_ID) { [all...] |