Searched refs:signal (Results 126 - 150 of 161) sorted by relevance

1234567

/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp82 /* to signal to the test app the end of the stream to decode has been reached */
105 /* Used to signal prefetching failures */
122 eosCondition.signal();
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1336 mMyCond.signal();
1350 mMyCond.signal();
H A DAudioTrack.cpp798 mAudioTrack->signal();
3005 mMyCond.signal();
3019 mMyCond.signal();
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp885 ALOGV("signal application thread");
888 mSignal.signal();
911 ALOGV("signal application thread");
914 mSignal.signal();
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp549 // this is a SW encoder; signal source to allocate SW readable buffers
615 output->mCond.signal();
934 output->mCond.signal();
989 // if using surface, signal source EOS and wait for EOS to come back.
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp213 mCondition.signal();
230 mCondition.signal();
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp40 #include <signal.h>
43 #include <signal.h>
H A Dcom_android_internal_os_Zygote.cpp33 #include <signal.h>
89 // This signal handler is for zygote mode, since the zygote must reap its children
96 // on the thread on which this signal handler executes. If a signal occurs
104 // not safe to call LOG(...) from a signal handler because of
116 ALOGI("Process %d exited due to signal (%d)", pid, WTERMSIG(status));
H A Dandroid_util_Process.cpp40 #include <signal.h>
1066 ALOGI("Sending signal. PID: %" PRId32 " SIG: %" PRId32, pid, sig);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java274 String documentId, String mode, CancellationSignal signal)
332 CancellationSignal signal) throws FileNotFoundException {
273 openDocument( String documentId, String mode, CancellationSignal signal) argument
329 openDocumentThumbnail( String documentId, Point sizeHint, CancellationSignal signal) argument
/frameworks/av/services/audioflinger/
H A DTracks.cpp348 void AudioFlinger::TrackHandle::signal() function in class:android::AudioFlinger::TrackHandle
350 return mTrack->signal();
1154 void AudioFlinger::PlaybackThread::Track::signal() function in class:android::AudioFlinger::PlaybackThread::Track
H A DAudioFlinger.h561 virtual void signal(); // signal playback thread for a change in control block
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp22 #include <signal.h>
84 // Set by signal handler to stop recording.
87 // Previous signal handler state, restored after first hit.
113 * Configures signal handlers. The previous handlers are saved.
117 * gets the signal, and we get a SIGHUP when the terminal disconnects.
321 static int kTimeout = 250000; // be responsive on signal
535 // Configure signal handler.
694 // works because wait() wakes when a signal hits, but we
/frameworks/base/core/java/android/provider/
H A DFontsContract.java368 cond.signal();
484 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. If
576 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. If
614 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. If
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java839 * a waiting thread by calling unlock (i.e. signal), provided that unlock
879 mInUseLockCondition.signal();
1433 mCameraReady.signal();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2439 mResultSignal.signal();
3616 mDoPauseSignal.signal();
3639 mDoPauseSignal.signal();
3640 mRequestSignal.signal();
3840 mLatestRequestSignal.signal();
4312 mRequestSignal.signal();
/frameworks/av/media/libnbaio/
H A DNBLog.cpp1075 mCond.signal();
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp106 mMessageAddedCondition.signal();
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp435 mBuffersToDetachSignal.signal();
/frameworks/av/services/radio/
H A DRadioService.cpp365 mCallbackCond.signal();
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp480 mCallbackCond.signal();
/frameworks/native/cmds/atrace/
H A Datrace.cpp23 #include <signal.h>
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp26 #include <signal.h>
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp104 signal(SIGINT, Replayer::stopAutoReplayHandler); //for manual control
174 void Replayer::stopAutoReplayHandler(int /*signal*/) {
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp37 #include <signal.h>

Completed in 541 milliseconds

1234567