HomeSort by relevance Sort by last modified time
    Searched refs:Signal (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/libs/rs/
rsLocklessFifo.h 42 class Signal {
44 Signal();
45 ~Signal();
65 Signal mSignalToWorker;
66 Signal mSignalToControl;
rsLocklessFifo.cpp 50 LOGE("Signal setup failed");
195 LocklessCommandFifo::Signal::Signal()
200 LocklessCommandFifo::Signal::~Signal()
206 bool LocklessCommandFifo::Signal::init()
224 void LocklessCommandFifo::Signal::set()
247 void LocklessCommandFifo::Signal::wait()
  /external/v8/test/cctest/
test-lock.cc 56 sem->Signal();
58 sem->Signal();
60 sem->Signal();
test-thread-termination.cc 36 v8::Handle<v8::Value> Signal(const v8::Arguments& args) {
37 semaphore->Signal();
165 v8::Handle<v8::ObjectTemplate> global = CreateGlobalTemplate(Signal, DoLoop);
187 CreateGlobalTemplate(Signal, DoLoop);
test-sockets.cc 53 listening_->Signal();
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_systhread.c 62 Signal(Father,SIGBREAKF_CTRL_F);
81 Signal(Father,SIGBREAKF_CTRL_F);
150 Signal((struct Task *)thread->handle,SIGBREAKF_CTRL_C);
SDL_systhread_c.h 45 #define Signal SignalPPC
SDL_thread.c 184 Signal(args->wait,SIGBREAKF_CTRL_E);
  /external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.h 126 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Signal();
oscl_semaphore.cpp 248 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Signal()
oscl_scheduler_readyq.cpp 262 if (iSem.Signal() != OsclProcStatus::SUCCESS_ERROR)
309 if (iSem.Signal() != OsclProcStatus::SUCCESS_ERROR)
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_sysmutex.cpp 74 rmutex.Signal();
103 rmutex.Signal();
SDL_syssem.cpp 77 sema.Signal(sema.Count());
100 sema.Signal();
191 sema.Signal();
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_queue.cpp 43 iQueueReadySem.Signal();
83 //Signal the AO. Only signal when the queue was previously empty in order
93 //instead just check AO status and signal if needed. It should
126 iQueueReadySem.Signal();
threadsafe_callback_ao.cpp 292 RemoteThreadCtrlSema.Signal(); // signal the sema to maintain sema count consistency in case
361 // Signal the semaphore that controls the remote thread.
363 sema_status = RemoteThreadCtrlSema.Signal();
  /external/opencore/android/
android_audio_output_threadsafe_callbacks.cpp 96 sema_status = RemoteThreadCtrlSema.Signal();
android_audio_output.cpp 189 LOGV("signal thread to return buffers");
191 iAudioThreadSem->Signal();
194 LOGV("return buffers signal completed");
250 LOGV("signal thread for exit");
252 iAudioThreadSem->Signal();
255 LOGV("thread term signal received");
275 //Don't signal the MIO node that the configuration is complete until the driver latency has been set
310 // queue up buffer and signal audio thread to process it
319 LOGV("clock is ticking signal thread for data");
320 iAudioThreadSem->Signal();
    [all...]
  /external/opencore/android/author/
android_audio_input_threadsafe_callbacks.cpp 100 sema_status = RemoteThreadCtrlSema.Signal();
  /external/opencore/codecs_v2/omx/omx_proxy/src/
omx_proxy_interface.cpp 152 iInitSemOmx.Signal();
164 iInitSemOmx.Signal();
176 iInitSemOmx.Signal();
188 iInitSemOmx.Signal();
200 iInitSemOmx.Signal();
212 iInitSemOmx.Signal();
224 iInitSemOmx.Signal();
236 iInitSemOmx.Signal();
248 iInitSemOmx.Signal();
260 iInitSemOmx.Signal();
    [all...]
pv_omx_interface_proxy.cpp 497 //if the queue was empty, signal the AO.
524 //signal it.
580 // now it's safe to signal the thread create sema
581 iThreadCreatedSem.Signal();
631 proxy->iThreadCreatedSem.Signal(); // signal to let the app thread run
637 proxy->iThreadCreatedSem.Signal(); // signal to let the app thread run
667 proxy->iThreadCreatedSem.Signal(); // signal to let the app thread run just in cas
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_param.cpp 68 //Signal that thread startup is complete.
72 iStartup.Signal();
oscl_socket_serv_imp_reqlist.cpp 62 //signal the server thread anytime the queue goes from empty to non-empty.
130 //signal the thread
131 iSem.Signal();
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_callbacks.cpp 153 // Signal the semaphore that controls the remote thread.
155 sema_status = RemoteThreadCtrlSema.Signal();
295 // Signal the semaphore that controls the remote thread.
297 sema_status = RemoteThreadCtrlSema.Signal();
439 // Signal the semaphore that controls the remote thread.
441 sema_status = RemoteThreadCtrlSema.Signal();
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_callbacks.cpp 154 // Signal the semaphore that controls the remote thread.
156 sema_status = RemoteThreadCtrlSema.Signal();
297 // Signal the semaphore that controls the remote thread.
299 sema_status = RemoteThreadCtrlSema.Signal();
441 // Signal the semaphore that controls the remote thread.
443 sema_status = RemoteThreadCtrlSema.Signal();
  /external/v8/src/
debug-agent.cc 70 listening_->Signal();
88 // Signal termination and make the server exit either its listen call or its
90 terminate_now_->Signal();

Completed in 835 milliseconds

1 2 3