Searched refs:signal (Results 1 - 25 of 91) sorted by last modified time

1234

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp132 mPlayerPreparedCondition.signal();
181 mPlayerPreparedCondition.signal();
H A Dandroid_StreamPlayer.cpp362 mStopForDestroyCondition.signal();
/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/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp38 /* to signal to the test app the end of the stream to decode has been reached */
61 eosCondition.signal();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3421 notification.signal = p.readInt();
3435 response[3] = (char) p.readInt(); // signal
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java39 public int signal = 0; field in class:CdmaCallWaitingNotification
53 + " signal: " + signal ;
H A DCdmaInformationRecords.java106 public boolean isPresent; /* non-zero if signal information record is present */
109 public int signal; field in class:CdmaInformationRecords.CdmaSignalInfoRec
113 public CdmaSignalInfoRec(int isPresent, int signalType, int alertPitch, int signal) { argument
117 this.signal = signal;
126 ", signal: " + signal +
H A DSignalToneUtil.java42 // signal type other than IS54B.
84 private static Integer signalParamHash(int signalType, int alertPitch, int signal) { argument
86 (alertPitch < 0) || (signal > 256) || (signal < 0)) {
94 // when signal type is not IS-54B.
98 return new Integer(signalType * 256 * 256 + alertPitch * 256 + signal);
101 public static int getAudioToneFromSignalInfo(int signalType, int alertPitch, int signal) { argument
102 Integer result = hm.get(signalParamHash(signalType, alertPitch, signal));
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c330 signal(SIGPIPE, SIG_IGN);
H A Dutils.c22 #include <signal.h>
226 printf("*** %s: Killed by signal %d\n", command, WTERMSIG(status));
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp31 signal(SIGPIPE, SIG_IGN);
/frameworks/native/include/utils/
H A DCondition.h59 void signal();
121 inline void Condition::signal() { function in class:android::Condition
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp33 #include <signal.h>
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp94 mCondition.signal();
125 mFrameCondition.signal();
138 mDisconnectCondition.signal();
H A DSurfaceTexture_test.cpp521 mCondition.signal();
552 mFrameCondition.signal();
565 mDisconnectCondition.signal();
1950 mFrameFinishCondition.signal();
1959 mFrameAvailableCondition.signal();
/frameworks/native/libs/utils/
H A DThreads.cpp472 * calling signal() and broadcast(), whereas POSIX only requires grabbing
487 // An auto-reset event used by the broadcast/signal thread to wait
493 // lock the external mutex before calling signal() and broadcast().
539 // then signal broadcast() that we're all awake. It'll drop the
542 // Atomically signal the "waitersDone" event and wait until we
576 // used so we don't have to lock external mutex on signal/broadcast
616 void Condition::signal()
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp800 thread->mCondition.signal();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp1000 mCondition.signal();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1817 final View signal = mStatusBarView.findViewById(R.id.signal_cluster);
1825 ObjectAnimator.ofFloat(signal, View.ALPHA, 0),
1835 ObjectAnimator.ofFloat(signal, View.ALPHA, 1),
/frameworks/base/media/java/android/media/
H A DAudioService.java3985 Log.e(TAG, "Failure to signal loss of audio focus due to "+ e);
4005 Log.e(TAG, "Failure to signal gain of audio control focus due to "+ e);
4083 * @param signal if true and the listener was at the top of the focus stack, i.e. it was holding
4086 private void removeFocusStackEntry(String clientToRemove, boolean signal) { argument
4093 if (signal) {
4236 Log.e(TAG, " Failure to signal loss of focus due to "+ e);
4242 removeFocusStackEntry(clientId, false /* signal */);
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp146 mQueueChangedCondition.signal();
177 mQueueChangedCondition.signal();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp150 mCondition.signal();
180 mCondition.signal();
188 mCondition.signal();
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp96 mQueueChanged.signal();
113 mQueueChanged.signal();
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp68 mMessageAddedCondition.signal();
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp213 mCondition.signal();
230 mCondition.signal();

Completed in 352 milliseconds

1234