Searched refs:signal (Results 101 - 125 of 136) sorted by relevance

123456

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp53 mCallbackAvailableSignal.signal();
H A DZslProcessor.cpp73 mZslBufferAvailableSignal.signal();
H A DStreamingProcessor.cpp700 mRecordingFrameAvailableSignal.signal();
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp31 #include <signal.h>
81 // This signal handler is for zygote mode, since the zygote must reap its children
88 // not safe to call LOG(...) from a signal handler because of
100 ALOGI("Process %d exited due to signal (%d)", pid, WTERMSIG(status));
H A DAndroidRuntime.cpp39 #include <signal.h>
42 #include <signal.h>
/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/libmedia/
H A DAudioRecord.cpp1231 mMyCond.signal();
1245 mMyCond.signal();
H A Dmediaplayer.cpp835 ALOGV("signal application thread");
838 mSignal.signal();
858 ALOGV("signal application thread");
861 mSignal.signal();
H A DAudioTrack.cpp701 mAudioTrack->signal();
2547 mMyCond.signal();
2561 mMyCond.signal();
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp213 mCondition.signal();
230 mCondition.signal();
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2122 mBufferFilled.signal();
2196 mBufferFilled.signal();
2793 mBufferFilled.signal();
2950 mBufferFilled.signal();
2978 mBufferFilled.signal();
3095 // to use it to signal EOS to the codec.
3167 mAsyncCompletion.signal();
3171 mBufferFilled.signal();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2016 mResultSignal.signal();
2197 mResultSignal.signal();
2760 mDoPauseSignal.signal();
2783 mDoPauseSignal.signal();
2784 mRequestSignal.signal();
3004 mLatestRequestSignal.signal();
3248 mRequestSignal.signal();
/frameworks/av/services/audioflinger/
H A DTracks.cpp360 void AudioFlinger::TrackHandle::signal() function in class:android::AudioFlinger::TrackHandle
362 return mTrack->signal();
1078 void AudioFlinger::PlaybackThread::Track::signal() function in class:android::AudioFlinger::PlaybackThread::Track
H A DAudioFlinger.h509 virtual void signal(); // signal playback thread for a change in control block
H A DEffects.cpp134 controlHandle->setControl(false/*hasControl*/, true /*signal*/, enabled /*enabled*/);
136 handle->setControl(true /*hasControl*/, false /*signal*/, enabled /*enabled*/);
166 h->setControl(true /*hasControl*/, true /*signal*/ , handle->enabled() /*enabled*/);
1283 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) argument
1290 if (signal && mEffectClient != 0) {
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp22 #include <signal.h>
82 // Set by signal handler to stop recording.
85 // Previous signal handler state, restored after first hit.
111 * Configures signal handlers. The previous handlers are saved.
115 * gets the signal, and we get a SIGHUP when the terminal disconnects.
320 static int kTimeout = 250000; // be responsive on signal
337 // This is set by the signal handler.
534 // Configure signal handler.
688 // works because wait() wakes when a signal hits, but we
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp25 #include <signal.h>
/frameworks/native/cmds/atrace/
H A Datrace.cpp21 #include <signal.h>
/frameworks/native/cmds/dumpstate/
H A Dutils.c22 #include <signal.h>
508 printf("*** %s: Killed by signal %d\n", command, WTERMSIG(status));
/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/device2/
H A DCamera2Device.cpp757 // Check for request ID, and if present, signal waiters.
764 mNewRequestId.signal();
913 notEmpty.signal();
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java461 // going through the audio focus stack to signal new focus, traversing order doesn't
491 * @param signal if true and the listener was at the top of the focus stack, i.e. it was holding
494 private void removeFocusStackEntry(String clientToRemove, boolean signal, argument
507 if (signal) {
810 removeFocusStackEntry(clientId, false /* signal */, false /*notifyFocusFollowers*/);
848 removeFocusStackEntry(clientId, true /*signal*/, true /*notifyFocusFollowers*/);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp72 mMessageAddedCondition.signal();
/frameworks/av/services/radio/
H A DRadioService.cpp379 mCallbackCond.signal();
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp466 mCallbackCond.signal();

Completed in 1900 milliseconds

123456