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

123456

/frameworks/webview/chromium/tools/
H A Drun_webview_cts.py22 import signal namespace
62 # Send INT signal to test runner and exit gracefully so not to lose all
67 signal.signal(signal.SIGINT, handler)
/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.java2214 // behavior such as signal strength reporting or power managements based on
3771 notification.signal = p.readInt();
3785 response[3] = (char) p.readInt(); // signal
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java38 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.java40 // signal type other than IS54B.
82 private static Integer signalParamHash(int signalType, int alertPitch, int signal) { argument
84 (alertPitch < 0) || (signal > 256) || (signal < 0)) {
92 // when signal type is not IS-54B.
96 return new Integer(signalType * 256 * 256 + alertPitch * 256 + signal);
99 public static int getAudioToneFromSignalInfo(int signalType, int alertPitch, int signal) { argument
100 Integer result = mHm.get(signalParamHash(signalType, alertPitch, signal));
/frameworks/native/cmds/atrace/
H A Datrace.cpp21 #include <signal.h>
/frameworks/native/cmds/dumpstate/
H A Dutils.c22 #include <signal.h>
354 printf("*** %s: Killed by signal %d\n", command, WTERMSIG(status));
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp31 signal(SIGPIPE, SIG_IGN);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp33 #include <signal.h>
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp247 mReleaseCondition.signal();
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp100 mCondition.signal();
131 mFrameCondition.signal();
144 mDisconnectCondition.signal();
H A DDisconnectWaiter.h50 mFrameCondition.signal();
65 mDisconnectCondition.signal();
H A DFrameWaiter.h41 mCondition.signal();
H A DSurfaceTextureGLThreadToGL.h128 mFrameFinishCondition.signal();
137 mFrameAvailableCondition.signal();
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp998 thread->mCondition.signal();
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp68 mCond.signal();
74 mCond.signal();
169 mCond.signal();
180 mCond.signal();
H A DEventControlThread.cpp30 mCond.signal();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp286 // There have been reports of HWCs that signal several vsync events
1225 mCondition.signal();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java85 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal)
93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token)
127 Bundle arg2, ICancellationSignal signal) throws RemoteException, FileNotFoundException {
84 openAssetFile( String callingPackage, Uri arg0, String arg1, ICancellationSignal signal) argument
92 openFile( String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token) argument
126 openTypedAssetFile(String callingPackage, Uri arg0, String arg1, Bundle arg2, ICancellationSignal signal) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java157 public List<DocumentStack> loadInBackground(Uri uri, CancellationSignal signal) { argument
163 uri, null, null, null, RecentColumns.TIMESTAMP + " DESC", signal);
H A DUriDerivativeLoader.java55 public abstract R loadInBackground(P param, CancellationSignal signal); argument

Completed in 1192 milliseconds

123456