Searched refs:ok (Results 1 - 25 of 102) sorted by last modified time

12345

/frameworks/wilhelm/src/
H A DThreadPool.c169 int ok; local
175 ok = pthread_mutex_lock(&tp->mMutex);
176 assert(0 == ok);
178 ok = pthread_cond_broadcast(&tp->mCondNotEmpty);
179 assert(0 == ok);
180 ok = pthread_cond_broadcast(&tp->mCondNotFull);
181 assert(0 == ok);
182 ok = pthread_mutex_unlock(&tp->mMutex);
183 assert(0 == ok);
186 ok
279 int ok; local
330 int ok; local
[all...]
H A Dentry.c35 int ok; local
36 ok = pthread_mutex_lock(&theOneTrueMutex);
37 assert(0 == ok);
98 ok = pthread_mutex_unlock(&theOneTrueMutex);
99 assert(0 == ok);
170 ok = pthread_mutex_unlock(&theOneTrueMutex);
171 assert(0 == ok);
H A Dlocks.c46 int ok; local
47 ok = pthread_mutex_trylock(&thiz->mMutex);
48 if (0 != ok) {
59 ok = pthread_mutex_timedlock(&thiz->mMutex, &ts);
60 if (0 == ok) {
63 if (EBUSY == ok) {
65 } else if (EDEADLK == ok) {
70 SL_LOGE("%s:%d: pthread_mutex_lock_timeout_np returned %d", file, line, ok);
92 ok = pthread_mutex_lock(&thiz->mMutex);
93 assert(0 == ok);
125 int ok; local
143 int ok; local
150 int ok; local
175 int ok; local
298 int ok; local
309 int ok; local
320 int ok; local
332 int ok; local
[all...]
/frameworks/wilhelm/src/desktop/
H A DSndFile.c253 int ok; local
254 ok = pthread_mutex_init(&thiz->mSndFile.mMutex, (const pthread_mutexattr_t *) NULL);
255 assert(0 == ok);
282 int ok; local
283 ok = pthread_mutex_destroy(&thiz->mSndFile.mMutex);
284 assert(0 == ok);
/frameworks/wilhelm/src/itf/
H A DIObject.c96 int ok = pthread_mutex_lock(&theOneTrueMutex); local
97 assert(0 == ok);
99 ok = pthread_mutex_unlock(&theOneTrueMutex);
100 assert(0 == ok);
349 // Can't get interface on an unrealized object unless pre-realize is ok
771 int ok; local
772 ok = pthread_mutex_init(&thiz->mMutex, (const pthread_mutexattr_t *) NULL);
773 assert(0 == ok);
780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL);
781 assert(0 == ok);
793 int ok; local
[all...]
/frameworks/wilhelm/src/objects/
H A DCEngine.c178 int ok; local
179 ok = pthread_mutex_lock(&theOneTrueMutex);
180 assert(0 == ok);
185 ok = pthread_mutex_unlock(&theOneTrueMutex);
186 assert(0 == ok);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp179 int ok; local
180 ok = pthread_mutex_lock(&mutex);
181 assert(ok == 0);
183 ok = pthread_cond_signal(&cond);
184 assert(ok == 0);
185 ok = pthread_mutex_unlock(&mutex);
186 assert(ok == 0);
416 int ok; local
418 ok = fstat(fd, &statbuf);
419 if (ok <
[all...]
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp90 int ok; local
91 ok = pthread_mutex_lock(&mutex);
92 assert(ok == 0);
94 ok = pthread_cond_signal(&cond);
95 assert(ok == 0);
96 ok = pthread_mutex_unlock(&mutex);
97 assert(ok == 0);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp91 int ok; local
92 ok = pthread_mutex_lock(&mutex);
93 assert(ok == 0);
95 ok = pthread_cond_signal(&cond);
96 assert(ok == 0);
97 ok = pthread_mutex_unlock(&mutex);
98 assert(ok == 0);
H A DslesTestSlowDownUri.cpp136 int ok; local
137 ok = pthread_mutex_lock(&mutex);
138 assert(ok == 0);
140 ok = pthread_cond_signal(&cond);
141 assert(ok == 0);
142 ok = pthread_mutex_unlock(&mutex);
143 assert(ok == 0);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c103 int ok; local
109 ok = pthread_mutex_lock(&mutex);
110 assert(0 == ok);
126 ok = pthread_cond_signal(&cond);
127 assert(0 == ok);
219 ok = pthread_mutex_unlock(&mutex);
220 assert(0 == ok);
527 int ok; local
528 ok = pthread_mutex_lock(&mutex);
529 assert(0 == ok);
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dmultithread.c130 int ok; local
155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start,
157 assert(0 == ok);
185 ok = pthread_join(threads[i], NULL);
186 assert(0 == ok);
H A Dplaybq.c543 int ok = pthread_create(&thread, (const pthread_attr_t *) NULL, file_reader_loop, NULL); local
544 assert(0 == ok);
603 ok = pthread_join(thread, (void **) NULL);
604 assert(0 == ok);
H A Dplaybq.cpp543 int ok = pthread_create(&thread, (const pthread_attr_t *) NULL, file_reader_loop, NULL); local
544 assert(0 == ok);
603 ok = pthread_join(thread, (void **) NULL);
604 assert(0 == ok);
H A Dreverb.c210 int ok; local
211 ok = pthread_mutex_lock(&mutex);
212 assert(ok == 0);
214 ok = pthread_cond_signal(&cond);
215 assert(ok == 0);
216 ok = pthread_mutex_unlock(&mutex);
217 assert(ok == 0);
H A Dxaplay.c119 int ok; local
120 ok = pthread_mutex_lock(&mutex);
121 assert(ok == 0);
123 ok = pthread_cond_signal(&cond);
124 assert(ok == 0);
125 ok = pthread_mutex_unlock(&mutex);
126 assert(ok == 0);
322 int ok; local
324 ok = fstat(fd, &statbuf);
325 if (ok <
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedAction.java192 mTitle = mContext.getString(android.R.string.ok);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DIPSettings.java51 builder.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
H A DImageProcessingActivity2.java699 public void onBenchmarkFinish(boolean ok) { argument
700 if (ok) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DIPSettings.java51 builder.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
H A DImageProcessingActivityJB.java659 public void onBenchmarkFinish(boolean ok) { argument
660 if (ok) {
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasBenchmark.java260 public void onBenchmarkFinish(boolean ok) { argument
261 if (ok) {
H A DBlasSettings.java51 builder.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java727 /* We are ok with no response here since we wont do much with it anyway */
4471 boolean ok = mWifiNative.ping();
4472 replyToMessage(message, message.what, ok ? SUCCESS : FAILURE);
5303 boolean ok;
5495 ok = mWifiConfigManager.removeNetwork(message.arg1);
5496 if (!ok) {
5499 replyToMessage(message, message.what, ok ? SUCCESS : FAILURE);
5531 ok = mWifiConfigManager.enableNetwork(
5533 if (!ok) {
5539 replyToMessage(message, message.what, ok
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2358 .setPositiveButton(r.getString(R.string.ok), null)
2389 .setPositiveButton(r.getString(R.string.ok), null)

Completed in 996 milliseconds

12345