OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLP_RESULT_ERROR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/jni/
com_android_server_location_FlpHardwareProvider.cpp
94
return
FLP_RESULT_ERROR
;
106
return
FLP_RESULT_ERROR
;
119
return
FLP_RESULT_ERROR
;
123
return
FLP_RESULT_ERROR
;
131
return
FLP_RESULT_ERROR
;
284
ThrowOnError(env,
FLP_RESULT_ERROR
, __FUNCTION__);
684
ThrowOnError(env,
FLP_RESULT_ERROR
, __FUNCTION__);
704
ThrowOnError(env,
FLP_RESULT_ERROR
, __FUNCTION__);
716
ThrowOnError(env,
FLP_RESULT_ERROR
, __FUNCTION__);
731
ThrowOnError(env,
FLP_RESULT_ERROR
, __FUNCTION__)
[
all
...]
/frameworks/base/services/java/com/android/server/location/
FlpHardwareProvider.java
56
private static final int
FLP_RESULT_ERROR
= -1;
402
case
FLP_RESULT_ERROR
:
/hardware/libhardware/include/hardware/
fused_location.h
182
*
FLP_RESULT_ERROR
if the association failed in the current thread.
234
#define
FLP_RESULT_ERROR
-1
286
* FLP_RESULT_ID_EXISTS,
FLP_RESULT_ERROR
on failure.
301
*
FLP_RESULT_ERROR
on error.
311
*
FLP_RESULT_ERROR
on failure.
341
* Return value: FLP_RESULT_SUCCESS or
FLP_RESULT_ERROR
.
551
*
FLP_RESULT_ERROR
- for other errors.
562
*
FLP_RESULT_ERROR
for others.
576
*
FLP_RESULT_ERROR
for others.
587
*
FLP_RESULT_ERROR
for others
[
all
...]
Completed in 68 milliseconds