/cts/tests/tests/os/src/android/os/cts/ |
HandlerTest.java | 48 Callback cb = new Callback() { local 57 new Handler(cb); 58 new Handler(Looper.myLooper(), cb); local
|
/external/aac/libAACdec/src/ |
aacdec_hcr.cpp | 109 static void errDetectorInHcrSideinfoShrt(SCHAR cb, 177 static void errDetectorInHcrSideinfoShrt(SCHAR cb, SHORT numLine,UINT* errorWord) 182 if ( cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL ) { 289 SCHAR cb; local 331 cb = pCodeBook[0]; 334 /* convert HCR-sideinfo into a unitwise manner: When the cb changes, a new section starts */ 345 cb = pCodeBook[group * 16 + band]; 346 if (cb != cb_prev) [all...] |
/external/bluetooth/bluez/audio/ |
control.c | 155 avctp_state_cb cb; member in struct:avctp_state_callback 489 struct avctp_state_callback *cb = l->data; local 490 cb->cb(control->dev, old_state, new_state, cb->user_data); 1188 unsigned int avctp_add_state_cb(avctp_state_cb cb, void *user_data) 1194 state_cb->cb = cb; 1208 struct avctp_state_callback *cb = l->data; local 1209 if (cb && cb->id == id) [all...] |
/external/bluetooth/bluez/health/ |
hdp.c | 73 mcap_mdl_operation_cb cb; member in struct:hdp_create_dc 81 mcap_mdl_operation_cb cb; member in struct:hdp_tmp_dc_data 554 hdp_conn->cb(hdp_chann->mdl, err, hdp_conn); 563 if (mcap_connect_mdl(hdp_chann->mdl, mode, dcpsm, hdp_conn->cb, 569 hdp_conn->cb(hdp_chann->mdl, err, hdp_conn); 589 dc_data->cb = hdp_mdl_reconn_cb; [all...] |
mcap.c | 69 mcap_cb_type cb; /* Operation callback */ member in struct:mcap_mdl_op_cb 126 if (!mcl->cb) 127 mcl->cb = g_new0(struct mcap_mdl_cb, 1); 129 mcl->cb->mdl_connected = default_mdl_connected_cb; 130 mcl->cb->mdl_closed = default_mdl_closed_cb; 131 mcl->cb->mdl_deleted = default_mdl_deleted_cb; 132 mcl->cb->mdl_aborted = default_mdl_aborted_cb; 133 mcl->cb->mdl_conn_req = default_mdl_conn_req_cb; 134 mcl->cb->mdl_reconn_req = default_mdl_reconn_req_cb; 301 con->cb.op_conf(NULL, 0, err, con->user_data) 875 McapMclCb cb = cb1; local 1626 mcap_mdl_operation_cb cb = con->cb.op; local [all...] |
/external/chromium/net/tools/dump_cache/ |
upgrade.cc | 326 TestCompletionCallback cb; local 331 NULL, &cache, &cb); 332 if (cb.GetResult(rv) != net::OK) { 607 TestCompletionCallback cb; local 612 NULL, &cache, &cb); 613 if (cb.GetResult(rv) != net::OK) {
|
/external/openssh/ |
clientloop.c | 186 global_confirm_cb *cb; member in struct:global_confirm 530 if (gc->cb != NULL) 531 gc->cb(type, seq, gc->ctx); 817 client_register_global_confirm(global_confirm_cb *cb, void *ctx) 823 if (last_gc && last_gc->cb == cb && last_gc->ctx == ctx) { 831 gc->cb = cb; 1044 "%cB\r\n", escape_char); 1122 %cB - send a BREAK to the remote system\r\n [all...] |
/external/openssl/crypto/bn/ |
bn.h | 364 } cb; member in struct:bn_gencb_st 367 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 373 tmp_gencb->cb.cb_1 = (callback); } 379 tmp_gencb->cb.cb_2 = (callback); } 556 const BIGNUM *rem, BN_GENCB *cb); 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 559 int do_trial_division, BN_GENCB *cb); 565 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb); 570 BN_GENCB *cb); [all...] |
/external/openssl/include/openssl/ |
bn.h | 364 } cb; member in struct:bn_gencb_st 367 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 373 tmp_gencb->cb.cb_1 = (callback); } 379 tmp_gencb->cb.cb_2 = (callback); } 556 const BIGNUM *rem, BN_GENCB *cb); 557 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb); 559 int do_trial_division, BN_GENCB *cb); 565 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb); 570 BN_GENCB *cb); [all...] |
/external/qemu/ |
block_int.h | 70 BlockDriverCompletionFunc *cb, void *opaque); 73 BlockDriverCompletionFunc *cb, void *opaque); 75 BlockDriverCompletionFunc *cb, void *opaque); 116 BlockDriverCompletionFunc *cb, void *opaque); 206 BlockDriverCompletionFunc *cb; member in struct:BlockDriverAIOCB 214 BlockDriverCompletionFunc *cb, void *opaque);
|
qemu-timer.c | 198 QEMUTimerCB *cb; member in struct:QEMUTimer 529 QEMUTimerCB *cb, void *opaque) 535 ts->cb = cb; 644 ts->cb(ts->opaque); [all...] |
/external/quake/quake/src/QW/client/ |
gl_draw.c | 377 qpic_t *cb; local 412 cb = (qpic_t *)COM_LoadHunkFile ("gfx/conback.lmp"); 413 if (!cb) 415 SwapPic (cb); 418 dest = cb->data + 320 + 320*186 - 11 - 8*strlen(ver); 431 src = cb->data + cb->width * (y*cb->height/vid.conheight); 432 if (vid.conwidth == cb->width) 437 fstep = cb->width*0x10000/vid.conwidth [all...] |
/external/webkit/Source/WebCore/dom/ |
xml_expat_tokenizer.cpp | 146 PendingCallback* cb = m_callbacks.getFirst(); local 148 cb->call(tokenizer);
|
/external/webkit/Source/WebCore/rendering/ |
RenderInline.cpp | 63 if (RenderBlock* cb = containingBlock()) { 64 if (RenderBlock* cbCb = cb->containingBlock()) 723 RenderBlock* cb = containingBlock(); local 727 return cb->positionForPoint(point); 731 int parentBlockX = cb->x() + point.x(); 732 int parentBlockY = cb->y() + point.y(); 977 RenderBlock* cb = containingBlock(); local 1058 RenderBlock* cb = toRenderBlock(o); local [all...] |
RenderTable.cpp | 228 RenderBlock* cb = containingBlock(); local 231 bool hasPerpendicularContainingBlock = cb->style()->isHorizontalWritingMode() != style()->isHorizontalWritingMode(); 265 computeInlineDirectionMargins(cb, availableLogicalWidth, logicalWidth()); 884 const BorderValue& cb = cs.primaryCell()->style()->borderStart(); \/\/ FIXME: Make this work with perpendicualr and flipped cells. local 942 const BorderValue& cb = cs.primaryCell()->style()->borderEnd(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local [all...] |
RenderTableSection.cpp | 785 const BorderValue& cb = current.primaryCell()->style()->borderBefore(); // FIXME: Make this work with perpendicular and flipped cells. local 790 if (gb.style() == BHIDDEN || cb.style() == BHIDDEN) 795 if (cb.style() > BHIDDEN && cb.width() > borderWidth) 796 borderWidth = cb.width(); 798 if (cb.style() == BHIDDEN) 801 if (cb.style() > BHIDDEN && cb.width() > borderWidth) 802 borderWidth = cb.width(); 836 const BorderValue& cb = current.primaryCell()->style()->borderAfter(); // FIXME: Make this work with perpendicular and f (…) local 890 const BorderValue& cb = current.primaryCell()->style()->borderStart(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local 934 const BorderValue& cb = current.primaryCell()->style()->borderEnd(); \/\/ FIXME: Make this work with perpendicular and flipped cells. local [all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 28 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, member in struct:hostapd_probereq_cb 240 int (*cb)(struct hostapd_iface *iface, 259 int (*cb)(void *ctx, const u8 *sa,
|
wpa_auth_i.h | 176 struct wpa_auth_callbacks cb; member in struct:wpa_authenticator 200 int (*cb)(struct wpa_state_machine *sm, void *ctx), 203 int (*cb)(struct wpa_authenticator *a, void *ctx),
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 29 struct eapol_auth_cb cb; member in struct:eapol_authenticator
|
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeechService.java | 869 public void setCallback(IBinder caller, ITextToSpeechCallback cb) { 875 mCallbacks.setCallback(caller, cb); 895 public void setCallback(IBinder caller, ITextToSpeechCallback cb) { 898 if (cb != null) { 899 register(cb, caller); 900 old = mCallerToCallback.put(caller, cb); 904 if (old != null && old != cb) { 911 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local 912 if (cb == null) return; 914 cb.onDone(utteranceId) 921 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local 932 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local 959 ITextToSpeechCallback cb; local [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 45 AppCallbackNotifier* cb = (AppCallbackNotifier*) cookie1; local 46 cb->EncoderDoneCb(main_jpeg, thumb_jpeg, type, cookie2, cookie3); [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 1808 struct nl_cb *cb; local 1881 struct nl_cb *cb; local [all...] |
/libcore/luni/src/test/java/libcore/java/nio/ |
BufferTest.java | 654 CharBuffer cb = b.asCharBuffer(); local 655 CharSequence cs = cb.subSequence(0, cb.length());
|
/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 235 UpdateLocationCallback cb = new UpdateLocationCallback( local 238 new ReverseGeocoderTask(geocoder, latlng, cb).execute(); [all...] |
/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...] |