Searched refs:FLP_RESULT_ERROR (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_location_FlpHardwareProvider.cpp | 143 return FLP_RESULT_ERROR; in SetThreadEvent() 155 return FLP_RESULT_ERROR; in SetThreadEvent() 176 return FLP_RESULT_ERROR; in SetThreadEvent() 180 return FLP_RESULT_ERROR; in SetThreadEvent() 188 return FLP_RESULT_ERROR; in SetThreadEvent() 399 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__); in TranslateGeofenceFromGeofenceHardwareRequestParcelable() 779 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__); in Init() 802 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__); in GetBatchSize() 814 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__); in StartBatching() 829 ThrowOnError(env, FLP_RESULT_ERROR, __FUNCTION__); in UpdateBatchingOptions() [all …]
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | FlpHardwareProvider.java | 60 private static final int FLP_RESULT_ERROR = -1; field in FlpHardwareProvider 515 case FLP_RESULT_ERROR: in translateToGeofenceHardwareStatus()
|