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 99 return FLP_RESULT_ERROR;
111 return FLP_RESULT_ERROR;
124 return FLP_RESULT_ERROR;
128 return FLP_RESULT_ERROR;
136 return FLP_RESULT_ERROR;
323 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
687 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
710 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
722 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__);
737 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__)
    [all...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/location/
FlpHardwareProvider.java 56 private static final int FLP_RESULT_ERROR = -1;
420 case FLP_RESULT_ERROR:

Completed in 35 milliseconds