/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 235 UpdateLocationCallback cb = new UpdateLocationCallback( local 238 new ReverseGeocoderTask(geocoder, latlng, cb).execute(); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 529 # got tp_clear'ed by the time the c2.cb callback got invoked. 532 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_3.C 541 c2.wr = weakref.ref(c1, c2.cb) 552 # c2's class (C) from getting tp_clear'ed before c2.cb is invoked. 557 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_4.C 569 c2.wr = weakref.ref(c1, c2.cb) 629 def cb(self, ignore): member in class:ReferencesTestCase.test_callbacks_on_callback.C 630 alist.append("cb called") 635 callback = c.cb 637 d.wr = weakref.ref(callback, d.cb) # ditt 787 def cb(wparent): function in function:ReferencesTestCase.test_trashcan_16602.C.__init__ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 529 # got tp_clear'ed by the time the c2.cb callback got invoked. 532 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_3.C 541 c2.wr = weakref.ref(c1, c2.cb) 552 # c2's class (C) from getting tp_clear'ed before c2.cb is invoked. 557 def cb(self, ignore): member in class:ReferencesTestCase.test_callback_in_cycle_4.C 569 c2.wr = weakref.ref(c1, c2.cb) 629 def cb(self, ignore): member in class:ReferencesTestCase.test_callbacks_on_callback.C 630 alist.append("cb called") 635 callback = c.cb 637 d.wr = weakref.ref(callback, d.cb) # ditt 787 def cb(wparent): function in function:ReferencesTestCase.test_trashcan_16602.C.__init__ [all...] |
/system/core/init/ |
init.c | 1015 union selinux_callback cb; local 1016 cb.func_log = klog_write; 1017 selinux_set_callback(SELINUX_CB_LOG, cb); 1019 cb.func_audit = audit_callback; 1020 selinux_set_callback(SELINUX_CB_AUDIT, cb);
|
/system/core/libpixelflinger/ |
trap.cpp | 454 surface_t* cb = &(c->state.buffers.color); local 455 const GGLFormat* fp = &(c->formats[cb->format]); 456 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) + 457 (x + (cb->stride * y)) * fp->size; [all...] |
/frameworks/base/services/java/com/android/server/ |
AppWidgetServiceImpl.java | 154 final IRemoteViewsAdapterConnection cb = IRemoteViewsAdapterConnection.Stub local 157 cb.onServiceConnected(service); 168 final IRemoteViewsAdapterConnection cb = IRemoteViewsAdapterConnection.Stub local 171 cb.onServiceDisconnected(); [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | 589 * @param cb a callback object that receives a copy of each preview frame, 593 public final void setPreviewCallback(PreviewCallback cb) { 594 mPreviewCallback = cb; 597 if (cb != null) { 602 setHasPreviewCallback(cb != null, false); 615 * @param cb a callback object that receives a copy of the next preview frame, 619 public final void setOneShotPreviewCallback(PreviewCallback cb) { 620 mPreviewCallback = cb; 623 if (cb != null) { 626 setHasPreviewCallback(cb != null, false) 946 AutoFocusCallback cb = null; local [all...] |
/frameworks/base/media/java/android/media/ |
MediaFocusControl.java | 558 private void removeFocusStackEntryForClient(IBinder cb) { 561 mFocusStack.peek().hasSameBinder(cb); 567 if(fr.hasSameBinder(cb)) { 568 Log.i(TAG, "AudioFocus removeFocusStackEntry(): removing entry for " + cb); 604 AudioFocusDeathHandler(IBinder cb) { 605 mCb = cb; 631 protected int requestAudioFocus(int mainStreamType, int focusChangeHint, IBinder cb, 635 if (!cb.pingBinder()) { 653 AudioFocusDeathHandler afdh = new AudioFocusDeathHandler(cb); 655 cb.linkToDeath(afdh, 0) [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 103 mm_camera_cmd_cb_t cb; /* cb for cmd */ member in struct:__anon1772 104 void* user_data; /* user_data for cb */ 113 /* function ptr defined for poll notify CB, 126 /* array to store poll fd and cb info 173 mm_camera_buf_notify_t cb; member in struct:__anon1778 212 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */ 331 /* cb thread for sending data cb */ 373 pthread_mutex_t cb_lock; /* lock for evt cb */ [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera.h | 122 mm_camera_cmd_cb_t cb; /* cb for cmd */ member in struct:__anon2056 123 void* user_data; /* user_data for cb */ 132 /* function ptr defined for poll notify CB, 145 /* array to store poll fd and cb info 192 mm_camera_buf_notify_t cb; member in struct:__anon2062 230 pthread_mutex_t cb_lock; /* cb lock to protect buf_cb */ 402 pthread_mutex_t cb_lock; /* lock for evt cb */ 408 mm_camera_cmd_thread_t evt_thread; /* thread for evt CB */ 567 * because snapshot stream need register one time CB at video stream [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera.h | 77 mm_camera_buf_notify_t cb; member in struct:__anon2321
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
PKCS12KeyStoreSpi.java | 1028 CertBag cb = CertBag.getInstance(b.getBagValue()); local [all...] |
/external/chromium/net/http/ |
http_cache_unittest.cc | 564 TestCompletionCallback cb; local 566 int rv = http_cache_.GetBackend(&backend, &cb); 567 rv = cb.GetResult(rv); 577 TestCompletionCallback cb; local 579 int rv = disk_entry->ReadData(0, 0, buffer, size, &cb); 580 rv = cb.GetResult(rv); 597 TestCompletionCallback cb; local 602 int rv = disk_entry->WriteData(0, 0, data, len, &cb, true); 603 rv = cb.GetResult(rv); 609 TestCompletionCallback cb; local 617 TestCompletionCallback cb; local 671 net::CompletionCallback* cb = callback_; local 1003 TestCompletionCallback cb; local 1054 TestCompletionCallback cb; local 3417 TestCompletionCallback cb; local 3461 TestCompletionCallback cb; local 3503 TestCompletionCallback cb; local 3901 TestCompletionCallback cb; local [all...] |
/external/chromium/third_party/libevent/ |
http.c | 339 void (*cb)(struct evhttp_connection *, void *), void *arg) 344 evcon->cb = cb; 624 (*req->cb)(req, req->cb_arg); 635 void (*cb)(struct evhttp_request *, void *); 653 /* save the callback for later; the cb might free our object */ 654 cb = req->cb; 670 if (cb != NULL) 671 (*cb)(NULL, cb_arg) 2163 struct evhttp_cb *cb; local 2191 struct evhttp_cb *cb = NULL; local [all...] |
/external/chromium_org/media/filters/ |
chunk_demuxer_unittest.cc | 324 ClusterBuilder cb; local 338 cb.SetClusterTimecode(timestamp_in_ms); 340 cb.AddSimpleBlock(track_number, timestamp_in_ms, block_flags, 343 AppendCluster(source_id, cb.Finish()); 525 void AddSimpleBlock(ClusterBuilder* cb, int track_num, int64 timecode) { 527 cb->AddSimpleBlock(track_num, timecode, 0, data, sizeof(data)); 534 void AddVideoBlockGroup(ClusterBuilder* cb, int track_num, int64 timecode, 540 cb->AddBlockGroup(track_num, timecode, duration, flags, data, size); 551 ClusterBuilder cb; local 552 cb.SetClusterTimecode(std::min(first_audio_timecode, first_video_timecode)) 606 ClusterBuilder cb; local 694 ClusterBuilder cb; local 1077 ClusterBuilder cb; local 1099 ClusterBuilder cb; local 1122 ClusterBuilder cb; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineFlowBox.cpp | 1084 RenderBlock* cb = 0; local [all...] |
RenderInline.cpp | 69 if (RenderBlock* cb = containingBlock()) { 70 if (RenderBlock* cbCb = cb->containingBlock()) 808 RenderBlock* cb = containingBlock(); local 1013 RenderBlock* cb = containingBlock(); local 1087 RenderBlock* cb = toRenderBlock(o); local [all...] |
RenderTableSection.cpp | 963 const BorderValue& cb = current.primaryCell()->style()->borderBefore(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local 1014 const BorderValue& cb = current.primaryCell()->style()->borderAfter(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local 1068 const BorderValue& cb = current.primaryCell()->style()->borderStart(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local 1112 const BorderValue& cb = current.primaryCell()->style()->borderEnd(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local [all...] |
RenderText.cpp | 679 RenderBlock* cb = containingBlock(); local 680 RenderStyle* cbStyle = cb->style(); 685 rightEdge = max<float>(cb->logicalWidth(), rootRight); [all...] |
/external/chromium_org/third_party/libevent/ |
http.c | 339 void (*cb)(struct evhttp_connection *, void *), void *arg) 344 evcon->cb = cb; 624 (*req->cb)(req, req->cb_arg); 635 void (*cb)(struct evhttp_request *, void *); 653 /* save the callback for later; the cb might free our object */ 654 cb = req->cb; 670 if (cb != NULL) 671 (*cb)(NULL, cb_arg) 2163 struct evhttp_cb *cb; local 2191 struct evhttp_cb *cb = NULL; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_state.c | 1136 struct pipe_constant_buffer cb; local 2017 struct pipe_constant_buffer *cb; local 2240 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local 2598 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local [all...] |
r600_state.c | 1135 struct pipe_constant_buffer cb; local 1861 struct pipe_constant_buffer *cb; local 2156 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_context.h | 210 struct pipe_resource *cb[PIPE_SHADER_TYPES]; member in struct:svga_state 278 float cb[PIPE_SHADER_TYPES][SVGA3D_CONSTREG_MAX][4]; member in struct:svga_hw_draw_state
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
format_unpack.c | 478 const GLubyte cb = *src0 & 0xff; /* chroma U */ local 483 GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); 484 GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); 505 const GLubyte cb = (*src1 >> 8) & 0xff; /* chroma U */ local 508 GLfloat g = 1.164F * (y - 16) - 0.813F * (cr - 128) - 0.391F * (cb - 128); 509 GLfloat b = 1.164F * (y - 16) + 2.018F * (cb - 128); [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_lib.c | 426 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb) 429 ctx->generate_session_id = cb; 434 int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb) 437 ssl->generate_session_id = cb; 3146 RSA *cb(SSL *ssl,int is_export,int keylength) function [all...] |