Searched refs:location (Results 151 - 163 of 163) sorted by relevance

1234567

/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1730 Initialize the location engine, this include setting up global datas
1731 and registers location engien with loc api service.
1864 Cleans location engine. The location client handle will be released.
2110 This is used by Java native function to do location injection.
2205 UlpLocation location; local
2211 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2212 //Mark the location source as from ZPP
2213 location.gpsLocation.flags |= LOCATION_HAS_SOURCE_INFO;
2214 location
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1708 Initialize the location engine, this include setting up global datas
1709 and registers location engien with loc api service.
1838 Cleans location engine. The location client handle will be released.
2084 This is used by Java native function to do location injection.
2179 UlpLocation location; local
2185 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2186 //Mark the location source as from ZPP
2187 location.gpsLocation.flags |= LOCATION_HAS_SOURCE_INFO;
2188 location
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1727 Initialize the location engine, this include setting up global datas
1728 and registers location engien with loc api service.
1861 Cleans location engine. The location client handle will be released.
2107 This is used by Java native function to do location injection.
2202 UlpLocation location; local
2208 ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
2209 //Mark the location source as from ZPP
2210 location.gpsLocation.flags |= LOCATION_HAS_SOURCE_INFO;
2211 location
[all...]
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp103 .location = {.poolIndex = 0, .offset = 0, .length = 0},
228 // TODO: Operand::location
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DValidateModel.cpp119 .location = {.poolIndex = 0, .offset = 0, .length = 0},
244 // TODO: Operand::location
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h82 unsigned location; member in struct:iio_channel_info
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h82 unsigned location; member in struct:iio_channel_info
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h80 unsigned location; member in struct:iio_channel_info
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.cpp1539 bool SystemStatus::eventPosition(const UlpLocation& location, argument
1542 SystemStatusLocation s(location, locationEx);
/hardware/qcom/gps/msm8998/core/
H A DSystemStatus.cpp1473 bool SystemStatus::eventPosition(const UlpLocation& location, argument
1476 SystemStatusLocation s(location, locationEx);
/hardware/qcom/audio/hal/
H A Dplatform_info.c508 if (strcmp(attr[curIdx++], "location")) {
509 ALOGE("%s: location not found", __func__);
513 AUDIO_MICROPHONE_LOCATION_CNT, &microphone.location)) {
514 ALOGE("%s: location %s in %s not found!",
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp345 int location = X509_get_ext_by_OBJ(certificate, oid.get(), -1 /* search from beginning */); local
346 EXPECT_NE(-1, location);
347 if (location == -1) return nullptr;
349 X509_EXTENSION* attest_rec_ext = X509_get_ext(certificate, location);
/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp231 int location = X509_get_ext_by_OBJ(certificate, oid.get(), -1 /* search from beginning */); local
232 EXPECT_NE(-1, location) << "Attestation extension not found in certificate";
233 if (location == -1) return nullptr;
235 X509_EXTENSION* attest_rec_ext = X509_get_ext(certificate, location);

Completed in 685 milliseconds

1234567