OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEAD_OBJECT
(Results
1 - 25
of
38
) sorted by null
1
2
/frameworks/av/media/common_time/
cc_helper.cpp
89
// service. If the first attempt fails with
DEAD_OBJECT
, the helpers will
100
return
DEAD_OBJECT
; \
103
if (
DEAD_OBJECT
== status) { \
105
return
DEAD_OBJECT
; \
/frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp
51
if (ret !=
DEAD_OBJECT
) {
ISchedulingPolicyService.cpp
57
return
DEAD_OBJECT
;
Effects.cpp
318
status =
DEAD_OBJECT
;
949
return
DEAD_OBJECT
;
[
all
...]
/system/core/include/utils/
Errors.h
59
DEAD_OBJECT
= -EPIPE,
/frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java
42
public static final int
DEAD_OBJECT
= -32;
79
case
DEAD_OBJECT
:
/frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp
197
if (!mDevice.get()) return
DEAD_OBJECT
;
226
if (!mDevice.get()) return
DEAD_OBJECT
;
246
if (!mDevice.get()) return
DEAD_OBJECT
;
274
if (!mDevice.get()) return
DEAD_OBJECT
;
305
if (!mDevice.get()) return
DEAD_OBJECT
;
325
if (!mDevice.get()) return
DEAD_OBJECT
;
/frameworks/base/core/jni/
android_view_InputEventReceiver.cpp
193
if (status !=
DEAD_OBJECT
) {
248
return
DEAD_OBJECT
;
278
return
DEAD_OBJECT
;
374
if (status && status !=
DEAD_OBJECT
) {
388
if (status && status !=
DEAD_OBJECT
&& !env->ExceptionCheck()) {
android_media_AudioSystem.cpp
45
case
DEAD_OBJECT
:
android_view_InputEventSender.cpp
216
return
DEAD_OBJECT
;
/frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp
104
if (!mDevice.get()) return
DEAD_OBJECT
;
199
if (!mDevice.get()) return
DEAD_OBJECT
;
235
if (!mDevice.get()) return
DEAD_OBJECT
;
280
if (!mDevice.get()) return
DEAD_OBJECT
;
411
if (!mDevice.get()) return
DEAD_OBJECT
;
434
if (!mDevice.get()) return
DEAD_OBJECT
;
454
if (!mDevice.get()) return
DEAD_OBJECT
;
477
if (!mDevice.get()) return
DEAD_OBJECT
;
/frameworks/native/libs/input/tests/
InputChannel_test.cpp
137
EXPECT_EQ(
DEAD_OBJECT
, clientChannel->receiveMessage(&msg))
138
<< "receiveMessage should have returned
DEAD_OBJECT
";
154
EXPECT_EQ(
DEAD_OBJECT
, clientChannel->sendMessage(&msg))
155
<< "sendMessage should have returned
DEAD_OBJECT
";
/frameworks/native/libs/binder/
BpBinder.cpp
166
if (status ==
DEAD_OBJECT
) mAlive = 0;
170
return
DEAD_OBJECT
;
204
return
DEAD_OBJECT
;
214
return
DEAD_OBJECT
;
ProcessState.cpp
220
if (status ==
DEAD_OBJECT
)
/hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h
45
DEAD_OBJECT
= android::
DEAD_OBJECT
,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsBinderDecoratorTest.java
80
when(mock.doSomethingDeadObject()).thenReturn(
DEAD_OBJECT
);
/frameworks/av/media/libmedia/
AudioTrack.cpp
424
if (status ==
DEAD_OBJECT
) {
[
all
...]
AudioEffect.cpp
343
mStatus =
DEAD_OBJECT
;
345
status_t status =
DEAD_OBJECT
;
mediaplayer.cpp
790
status =
DEAD_OBJECT
;
815
status =
DEAD_OBJECT
;
AudioRecord.cpp
300
if (status ==
DEAD_OBJECT
) {
589
if (status ==
DEAD_OBJECT
) {
615
} while ((status ==
DEAD_OBJECT
) && (tryCounter-- > 0));
AudioSystem.cpp
84
return
DEAD_OBJECT
;
430
gAudioErrorCallback(
DEAD_OBJECT
);
AudioTrackShared.cpp
106
status =
DEAD_OBJECT
;
382
status =
DEAD_OBJECT
;
/frameworks/native/libs/input/
InputTransport.cpp
164
return
DEAD_OBJECT
;
174
return
DEAD_OBJECT
;
198
return
DEAD_OBJECT
;
207
return
DEAD_OBJECT
;
[
all
...]
/frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp
129
case
DEAD_OBJECT
:
322
(*((status_t*)info) ==
DEAD_OBJECT
)) {
/frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp
361
* also die and all calls to it will return
DEAD_OBJECT
, thus it's already
364
if (res ==
DEAD_OBJECT
) {
Completed in 763 milliseconds
1
2