OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlpBatchOptions
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
fused_location.h
231
}
FlpBatchOptions
;
283
* options - See
FlpBatchOptions
struct definition.
288
int (*start_batching)(int id,
FlpBatchOptions
* options);
291
* Update
FlpBatchOptions
associated with a batching request.
298
* new_options - Updated
FlpBatchOptions
303
int (*update_batching_options)(int id,
FlpBatchOptions
* new_options);
/frameworks/base/services/jni/
com_android_server_location_FlpHardwareProvider.cpp
226
* Helper function to unwrap
FlpBatchOptions
from the Java Runtime calls.
231
FlpBatchOptions
& batchOptions) {
719
FlpBatchOptions
options;
734
FlpBatchOptions
options;
Completed in 37 milliseconds