/hardware/interfaces/ |
D | update-base-files.sh | 17 options="-Lexport-header \ 22 hidl-gen $options \ 25 hidl-gen $options \ 28 hidl-gen $options \ 33 hidl-gen $options \ 38 hidl-gen $options \ 41 hidl-gen $options \
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | FlpAPIClient.cpp | 93 LocationOptions options; in flpStartSession() local 94 convertBatchOption(opts, options, mLocationCapabilitiesMask); in flpStartSession() 99 if (locAPIStartSession(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) { in flpStartSession() 110 LocationOptions options; in flpUpdateSessionOptions() local 111 convertBatchOption(opts, options, mLocationCapabilitiesMask); in flpUpdateSessionOptions() 117 if (locAPIUpdateSessionOptions(mDefaultId, mode, options) == LOCATION_ERROR_SUCCESS) { in flpUpdateSessionOptions()
|
D | GeofenceAPIClient.cpp | 88 GeofenceOption options; in geofenceAdd() local 89 memset(&options, 0, sizeof(GeofenceOption)); in geofenceAdd() 90 options.size = sizeof(GeofenceOption); in geofenceAdd() 92 options.breachTypeMask |= GEOFENCE_BREACH_ENTER_BIT; in geofenceAdd() 94 options.breachTypeMask |= GEOFENCE_BREACH_EXIT_BIT; in geofenceAdd() 95 options.responsiveness = notification_responsiveness_ms; in geofenceAdd() 103 LocationError err = (LocationError)locAPIAddGeofences(1, &geofence_id, &options, &data); in geofenceAdd()
|
D | FlpAPIClient.h | 53 int flpStartSession(const IGnssBatching::Options& options); 54 int flpUpdateSessionOptions(const IGnssBatching::Options& options);
|
/hardware/qcom/gps/msm8998/location/ |
D | location_interface.h | 41 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options); 42 void (*updateTrackingOptions)(LocationAPI* client, uint32_t id, LocationOptions& options); 65 uint32_t (*startTracking)(LocationAPI* client, LocationOptions& options); 66 void (*updateTrackingOptions)(LocationAPI* client, uint32_t id, LocationOptions& options); 85 GeofenceOption* options);
|
D | LocationAPIClientBase.cpp | 128 uint32_t LocationAPIClientBase::locAPIStartTracking(LocationOptions& options) in locAPIStartTracking() argument 137 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking() 168 void LocationAPIClientBase::locAPIUpdateTrackingOptions(LocationOptions& options) in locAPIUpdateTrackingOptions() argument 177 mLocationAPI->updateTrackingOptions(session, options); in locAPIUpdateTrackingOptions() 201 LocationOptions& options) in locAPIStartSession() argument 219 trackingSession = mLocationAPI->startTracking(options); in locAPIStartSession() 229 batchingSession = mLocationAPI->startBatching(options); in locAPIStartSession() 293 LocationOptions& options) in locAPIUpdateSessionOptions() argument 311 mLocationAPI->updateTrackingOptions(trackingSession, options); in locAPIUpdateSessionOptions() 329 trackingSession = mLocationAPI->startTracking(options); in locAPIUpdateSessionOptions() [all …]
|
D | LocationAPIClientBase.h | 67 uint32_t locAPIStartTracking(LocationOptions& options); 69 void locAPIUpdateTrackingOptions(LocationOptions& options); 73 LocationOptions& options); 76 LocationOptions& options); 80 GeofenceOption* options, GeofenceInfo* data); 82 void locAPIModifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options);
|
D | LocationAPI.cpp | 460 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info) in addGeofences() argument 466 ids = gData.geofenceInterface->addGeofences(this, count, options, info); in addGeofences() 492 LocationAPI::modifyGeofences(size_t count, uint32_t* ids, GeofenceOption* options) in modifyGeofences() argument 497 gData.geofenceInterface->modifyGeofences(this, count, ids, options); in modifyGeofences()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | location_gnss.cpp | 42 static uint32_t startTracking(LocationAPI* client, LocationOptions& options); 43 static void updateTrackingOptions(LocationAPI* client, uint32_t id, LocationOptions& options); 131 static uint32_t startTracking(LocationAPI* client, LocationOptions& options) in startTracking() argument 134 return gGnssAdapter->startTrackingCommand(client, options); in startTracking() 140 static void updateTrackingOptions(LocationAPI* client, uint32_t id, LocationOptions& options) in updateTrackingOptions() argument 143 gGnssAdapter->updateTrackingOptionsCommand(client, id, options); in updateTrackingOptions()
|
D | GnssAdapter.h | 104 static void convertOptions(LocPosMode& out, const LocationOptions& options); 142 uint32_t startTrackingCommand(LocationAPI* client, LocationOptions& options); 143 void updateTrackingOptionsCommand(LocationAPI* client, uint32_t id, LocationOptions& options); 157 const LocationOptions& options); 162 LocationError startTrackingMultiplex(const LocationOptions& options); 163 LocationError startTracking(const LocationOptions& options);
|
D | GnssAdapter.cpp | 96 GnssAdapter::convertOptions(LocPosMode& out, const LocationOptions& options) in convertOptions() argument 99 switch (options.mode) { in convertOptions() 111 out.min_interval = options.minInterval; in convertOptions() 1142 const LocationOptions& options) in saveTrackingSession() argument 1145 mTrackingSessions[key] = options; in saveTrackingSession() 1212 GnssAdapter::startTrackingCommand(LocationAPI* client, LocationOptions& options) in startTrackingCommand() argument 1216 __func__, client, sessionId, options.minInterval, options.mode); in startTrackingCommand() 1228 LocationOptions options) : in startTrackingCommand() 1234 mOptions(options) {} in startTrackingCommand() 1253 sendMsg(new MsgStartTracking(*this, *mLocApi, client, sessionId, options)); in startTrackingCommand() [all …]
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 76 Some systems require unusual options for compilation or linking that 105 "universal" binaries--by specifying multiple `-arch' options to the 132 options like `--bindir=DIR' to specify different values for particular 143 Some packages pay attention to `--enable-FEATURE' options to 145 They may also pay attention to `--with-PACKAGE' options, where PACKAGE 147 `README' should mention any `--enable-' and `--with-' options that the 152 you can use the `configure' options `--x-includes=DIR' and 159 CC is not installed, it is recommended to use the following options in 240 `configure' recognizes the following options to control how it 245 Print a summary of all of the options to `configure', and exit. [all …]
|
/hardware/qcom/gps/msm8998/core/ |
D | UlpProxyBase.h | 92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument 94 (void)options; in reportBatchingSession()
|
/hardware/interfaces/gnss/1.0/default/ |
D | GnssBatching.cpp | 160 Return<bool> GnssBatching::start(const IGnssBatching::Options& options) { in start() argument 180 if (options.flags & Flag::WAKEUP_ON_FIFO_FULL) { in start() 183 optionsHw.period_ns = options.periodNanos; in start()
|
D | GnssBatching.h | 32 Return<bool> start(const IGnssBatching::Options& options ) override;
|
/hardware/qcom/gps/msm8998/android/ |
D | GnssBatching.cpp | 89 Return<bool> GnssBatching::start(const IGnssBatching::Options& options) { in start() argument 94 ret = mApi->flpStartSession(options); in start()
|
D | GnssBatching.h | 53 Return<bool> start(const IGnssBatching::Options& options ) override;
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 243 hidl_vec<SubscribeOptions> options = { in TEST_F() local 250 StatusCode res = manager->subscribe(cb, options); in TEST_F() 261 hidl_vec<SubscribeOptions> options = { in TEST_F() local 268 StatusCode res = manager->subscribe(cb, options); in TEST_F() 302 hidl_vec<SubscribeOptions> options = { in TEST_F() local 309 StatusCode res = manager->subscribe(cb, options); in TEST_F() 314 options[0].flags = SubscribeFlags::SET_CALL; in TEST_F() 316 res = manager->subscribe(cb, options); in TEST_F()
|
/hardware/libhardware/include/hardware/ |
D | fused_location.h | 358 int (*start_batching)(int id, FlpBatchOptions* options); 751 GeofenceOptions* options; member 801 void (*modify_geofence_option) (int32_t geofence_id, GeofenceOptions* options);
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicle.hal | 72 * depending on data provided in options argument. 75 * @param options List of options to subscribe. SubscribeOption contains 78 subscribe(IVehicleCallback callback, vec<SubscribeOptions> options)
|
/hardware/interfaces/automotive/vehicle/2.1/default/ |
D | service.cpp | 66 options) override { in subscribe() 67 return mVehicle20->subscribe(callback, options); in subscribe()
|
/hardware/qcom/gps/msm8994/core/ |
D | UlpProxyBase.h | 71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/qcom/gps/core/ |
D | UlpProxyBase.h | 71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8084/core/ |
D | UlpProxyBase.h | 71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/interfaces/media/omx/1.0/vts/functional/master/ |
D | VtsHalMediaOmxV1_0TargetMasterTest.cpp | 62 static struct option options[] = { in initFromOptions() local 67 int c = getopt_long(argc, argv, "I:", options, &index); in initFromOptions()
|