HomeSort by relevance Sort by last modified time
    Searched defs:errorCallback (Results 1 - 11 of 11) sorted by null

  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ErrorReporter.java 103 Consumer<Exception> errorCallback = new Consumer<Exception>() {
118 successCallback, errorCallback);
  /device/huawei/angler/location/loc_api/loc_api_v02/
loc_api_v02_client.c 566 locClientErrorCbType errorCallback;
929 /* copy the errorCallback function pointer from the callback
935 localErrorCallback = pCallbackData->errorCallback;
942 * To avoid calling the errorCallback after locClientClose
943 * is called, check pCallbackData->errorCallback again here
948 (NULL != pCallbackData->errorCallback) &&
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
loc_api_v02_client.c 566 locClientErrorCbType errorCallback;
929 /* copy the errorCallback function pointer from the callback
935 localErrorCallback = pCallbackData->errorCallback;
942 * To avoid calling the errorCallback after locClientClose
943 * is called, check pCallbackData->errorCallback again here
948 (NULL != pCallbackData->errorCallback) &&
    [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
loc_api_v02_client.c 534 locClientErrorCbType errorCallback;
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 167 void errorCallback(FLAC__StreamDecoderErrorStatus status);
262 ((FLACParser *) client_data)->errorCallback(status);
374 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status)
376 ALOGE("FLACParser::errorCallback status=%d", status);
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.cpp 343 int VehicleNetworkService::errorCallback(int32_t errorCode, int32_t property, int32_t operation) {
346 ALOGE("VehicleNetworkService::errorCallback onHalError failed with %d", r);
373 r = mDevice->init(mDevice, eventCallback, errorCallback);
    [all...]
  /external/libxml2/
testlimits.c 1129 * errorCallback:
1138 errorCallback(void *ctx ATTRIBUTE_UNUSED, const char *msg ATTRIBUTE_UNUSED,
1228 errorCallback,
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 73 private static MediaCodecVideoDecoderErrorCallback errorCallback = null;
127 public static void setErrorCallback(MediaCodecVideoDecoderErrorCallback errorCallback) {
129 MediaCodecVideoDecoder.errorCallback = errorCallback;
327 if (errorCallback != null) {
329 errorCallback.onMediaCodecVideoDecoderCriticalError(codecErrors);
MediaCodecVideoEncoder.java 73 private static MediaCodecVideoEncoderErrorCallback errorCallback = null;
136 public static void setErrorCallback(MediaCodecVideoEncoderErrorCallback errorCallback) {
138 MediaCodecVideoEncoder.errorCallback = errorCallback;
428 if (errorCallback != null) {
430 errorCallback.onMediaCodecVideoEncoderCriticalError(codecErrors);
  /frameworks/base/media/java/android/media/
AudioSystem.java 178 /* Command sucessful or Media server restarted. see ErrorCallback */
180 /* Command failed or unspecified audio error. see ErrorCallback */
182 /* Media server died. see ErrorCallback */
185 private static ErrorCallback mErrorCallback;
190 public interface ErrorCallback
206 public static void setErrorCallback(ErrorCallback cb)
218 ErrorCallback errorCallback = null;
221 errorCallback = mErrorCallback;
224 if (errorCallback != null)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 8730 milliseconds