Searched refs:INVALID_PID (Results 1 – 8 of 8) sorted by relevance
61 public static final int INVALID_PID = -1; field in TunerChannel115 int videoPid = INVALID_PID; in initProto()171 if (!mProto.hasVideoPid() && mProto.getVideoPid() != INVALID_PID) { in initChannelInfoIfNeeded()343 return INVALID_PID; in getAudioPid()428 return mProto.hasVideoPid() && mProto.getVideoPid() != INVALID_PID; in hasVideo()432 return getAudioPid() != INVALID_PID; in hasAudio()
454 if ((tunerChannel.getVideoPid() == TunerChannel.INVALID_PID) in addCjMusicChannel()455 && (tunerChannel.getAudioPid() != TunerChannel.INVALID_PID)) { in addCjMusicChannel()471 if ((tunerChannel.getVideoPid() != TunerChannel.INVALID_PID) in addChannelsWithoutVct()472 && (tunerChannel.getAudioPid() != TunerChannel.INVALID_PID)) { in addChannelsWithoutVct()
21 import static com.android.server.wm.ActivityRecord.INVALID_PID;74 activity.inputDispatchingTimedOut(reason, INVALID_PID); in notifyAppUnresponsive()
405 static final int INVALID_PID = -1; field in ActivityRecord6377 !hasProcess() || app.getPid() == windowPid || windowPid == INVALID_PID; in inputDispatchingTimedOut()
340 static constexpr pid_t INVALID_PID = (pid_t)-1; variable342 pid_t mSetVolumeReentrantTid = INVALID_PID;
1164 mSetVolumeReentrantTid = INVALID_PID; in stop_l()
124 public static final int INVALID_PID = -1; field in MediaSession
33035 Landroid/media/session/MediaSession;->INVALID_PID:I