HomeSort by relevance Sort by last modified time
    Searched refs:DEAD_OBJECT (Results 51 - 75 of 76) sorted by null

1 23 4

  /frameworks/av/media/libmediaplayer2/
JAudioTrack.cpp 682 return DEAD_OBJECT;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 850 finalErr = DEAD_OBJECT;
    [all...]
ACodec.cpp 121 case DEAD_OBJECT:
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 107 public static final int ERROR_DEAD_OBJECT = AudioSystem.DEAD_OBJECT;
    [all...]
AudioTrack.java 165 public static final int ERROR_DEAD_OBJECT = AudioSystem.DEAD_OBJECT;
    [all...]
AudioManager.java     [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 390 * also die and all calls to it will return DEAD_OBJECT, thus it's already
393 if (res == DEAD_OBJECT) {
    [all...]
android_media_MediaDrm.cpp 392 } else if (err == DEAD_OBJECT) {
    [all...]
android_media_MediaPlayer.cpp     [all...]
android_media_MediaPlayer2.cpp     [all...]
android_media_MediaCodec.cpp 784 case DEAD_OBJECT:
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 88 case DEAD_OBJECT:
  /frameworks/native/libs/binder/
IPCThreadState.cpp 785 err = DEAD_OBJECT;
    [all...]
  /frameworks/wilhelm/src/android/
android_Effect.cpp 655 if ((android::INVALID_OPERATION == status) || (android::DEAD_OBJECT == status)) {
    [all...]
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDevice.cpp 203 return DEAD_OBJECT;
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 799 err = DEAD_OBJECT;
    [all...]
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 619 EXPECT_EQ(DEAD_OBJECT, ret);
838 /* Returns DEAD_OBJECT (-32) if target crashes and
    [all...]
  /hardware/google/av/codec2/hidl/client/
client.cpp     [all...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 68 return DEAD_OBJECT;
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]
  /hardware/google/av/media/sfplugin/
CCodec.cpp 462 codec->mCallback->onError(DEAD_OBJECT, ACTION_CODE_FATAL);
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 284 case DEAD_OBJECT:
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 251 case ::android::DEAD_OBJECT:
    [all...]

Completed in 469 milliseconds

1 23 4