Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 53) sorted by relevance

123

/hardware/interfaces/
Dupdate-base-files.sh17 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/
DFlpAPIClient.cpp93 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()
DGeofenceAPIClient.cpp88 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()
DFlpAPIClient.h53 int flpStartSession(const IGnssBatching::Options& options);
54 int flpUpdateSessionOptions(const IGnssBatching::Options& options);
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h41 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);
DLocationAPIClientBase.cpp128 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 …]
DLocationAPIClientBase.h67 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);
DLocationAPI.cpp460 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/
Dlocation_gnss.cpp42 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()
DGnssAdapter.h104 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);
DGnssAdapter.cpp96 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/
DINSTALL76 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/
DUlpProxyBase.h92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) in reportBatchingSession() argument
94 (void)options; in reportBatchingSession()
/hardware/interfaces/gnss/1.0/default/
DGnssBatching.cpp160 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()
DGnssBatching.h32 Return<bool> start(const IGnssBatching::Options& options ) override;
/hardware/qcom/gps/msm8998/android/
DGnssBatching.cpp89 Return<bool> GnssBatching::start(const IGnssBatching::Options& options) { in start() argument
94 ret = mApi->flpStartSession(options); in start()
DGnssBatching.h53 Return<bool> start(const IGnssBatching::Options& options ) override;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp243 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/
Dfused_location.h358 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/
DIVehicle.hal72 * 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/
Dservice.cpp66 options) override { in subscribe()
67 return mVehicle20->subscribe(callback, options); in subscribe()
/hardware/qcom/gps/msm8994/core/
DUlpProxyBase.h71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
/hardware/qcom/gps/core/
DUlpProxyBase.h71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
/hardware/qcom/gps/msm8084/core/
DUlpProxyBase.h71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
/hardware/interfaces/media/omx/1.0/vts/functional/master/
DVtsHalMediaOmxV1_0TargetMasterTest.cpp62 static struct option options[] = { in initFromOptions() local
67 int c = getopt_long(argc, argv, "I:", options, &index); in initFromOptions()

123