Searched refs:signal (Results 51 - 65 of 65) sorted by relevance

123

/frameworks/base/media/libmedia/
H A DAudioRecord.cpp310 mCblk->cv.signal();
H A DToneGenerator.cpp1303 lpToneGen->mWaitCbkCond.signal();
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp40 #include <signal.h>
43 #include <signal.h>
H A Dandroid_util_Process.cpp40 #include <signal.h>
795 LOGI("Sending signal. PID: %d SIG: %d", pid, sig);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp24 #include <signal.h>
/frameworks/base/core/java/android/app/
H A DIActivityManager.java261 * This will deliver the specified signal to all the persistent processes. Currently only
264 public void signalPersistentProcesses(int signal) throws RemoteException; argument
/frameworks/base/libs/surfaceflinger_client/
H A DSurfaceComposerClient.cpp311 mSignalServer->signal();
/frameworks/base/media/java/android/media/
H A DAudioService.java1979 Log.e(TAG, "Failure to signal gain of audio control focus due to "+ e);
2030 * @param signal if true and the listener was at the top of the focus stack, i.e. it was holding
2033 private void removeFocusStackEntry(String clientToRemove, boolean signal) { argument
2039 if (signal) {
2156 Log.e(TAG, " Failure to signal loss of focus due to "+ e);
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1215 p->mCondition.signal();
1843 p->mSignal.signal();
/frameworks/base/camera/libcameraservice/
H A DCameraService.cpp48 #include <signal.h>
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp33 #include <signal.h>
/frameworks/base/media/libstagefright/omx/tests/
H A DOMXHarness.cpp73 mMessageAddedCondition.signal();
/frameworks/base/libs/audioflinger/
H A DAudioPolicyManagerBase.cpp1115 mWaitWorkCV.signal();
/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.cpp460 void SurfaceFlinger::signal() const { function in class:android::SurfaceFlinger
541 // We got the release signal before the acquire signal
1468 // this may be called by a signal handler, we can't do too much in here
1475 // this may be called by a signal handler, we can't do too much in here
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java3061 notification.signal = p.readInt();
3073 response[3] = (char) p.readInt(); // signal

Completed in 235 milliseconds

123