HomeSort by relevance Sort by last modified time
    Searched refs:FLP_RESULT_ERROR (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 129 return FLP_RESULT_ERROR;
141 return FLP_RESULT_ERROR;
162 return FLP_RESULT_ERROR;
166 return FLP_RESULT_ERROR;
174 return FLP_RESULT_ERROR;
385 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
765 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
788 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
800 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
815 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__)
    [all...]
  /hardware/libhardware/include/hardware/
fused_location.h 213 * FLP_RESULT_ERROR if the association failed in the current thread.
311 #define FLP_RESULT_ERROR -1
365 * FLP_RESULT_ID_EXISTS, FLP_RESULT_ERROR on failure.
380 * FLP_RESULT_ERROR on error.
390 * FLP_RESULT_ERROR on failure.
420 * Return value: FLP_RESULT_SUCCESS or FLP_RESULT_ERROR.
639 * FLP_RESULT_ERROR - for other errors.
650 * FLP_RESULT_ERROR for others.
664 * FLP_RESULT_ERROR for others.
675 * FLP_RESULT_ERROR for others
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
FlpHardwareProvider.java 61 private static final int FLP_RESULT_ERROR = -1;
512 case FLP_RESULT_ERROR:

Completed in 1001 milliseconds