/external/bluetooth/bluez/attrib/ |
gattrib.c | 65 GAttribResultFunc func; member in struct:command 73 GAttribNotifyFunc func; member in struct:event 350 evt->func(buf, len, evt->user_data); 378 if (cmd->func) 379 cmd->func(status, buf, len, cmd->user_data); 424 const guint8 *pdu, guint16 len, GAttribResultFunc func, 438 c->func = func; 480 cmd->func = NULL; 500 c->func = NULL [all...] |
/external/icu4c/i18n/ |
astro.cpp | 729 SunTimeAngleFunc func; local 730 return timeOfAngle( func, 755 RiseSetCoordFunc func; local 756 double t = riseOrSet(func, 1239 MoonTimeAngleFunc func; local 1274 MoonRiseSetCoordFunc func; local [all...] |
/external/openssl/crypto/ |
cryptlib.c | 378 void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func) 381 dynlock_create_callback=func; 384 void CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, 387 dynlock_lock_callback=func; 390 void CRYPTO_set_dynlock_destroy_callback(void (*func) 393 dynlock_destroy_callback=func; 409 void CRYPTO_set_locking_callback(void (*func)(int mode,int type, 412 locking_callback=func; 415 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, 418 add_lock_callback=func; [all...] |
/frameworks/base/libs/binder/ |
BpBinder.cpp | 45 IBinder::object_cleanup_func func) 50 e.func = func; 79 if (e.func != NULL) { 80 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie); 288 object_cleanup_func func) 292 mObjects.attach(objectID, object, cleanupCookie, func);
|
/external/opencv/cxcore/src/ |
cxarithm.cpp | 290 CvFunc2D_3A func; local 340 func = (CvFunc2D_3A)(sub_tab.fn_2d[depth]); 341 if( !func ) 346 IPPI_CALL( func( iterator.ptr[0], CV_STUB_STEP, 467 func = 0; 475 func = (CvFunc2D_3A)(sub_tab.fn_2d[depth]); 476 if( !func ) 504 func( src1->data.ptr + y*src1->step, src1_step, 541 CvFunc2D_2A1P func; local 594 func = (CvFunc2D_2A1P)(subr_tab.fn_2d[CV_MAT_DEPTH(type)]) 766 CvFunc2D_3A func; local 1013 CvFunc2D_2A1P func; local 1325 CvScaledElWiseFunc func; local 1740 CvScaledElWiseFunc func = local 1756 CvRecipFunc func = (CvRecipFunc)(recip_tab.fn_2d[CV_MAT_DEPTH(type)]); local 1797 CvScaledElWiseFunc func = (CvScaledElWiseFunc)(div_tab.fn_2d[CV_MAT_DEPTH(type)]); local 1807 CvRecipFunc func = (CvRecipFunc)(recip_tab.fn_2d[CV_MAT_DEPTH(type)]); local 1991 CvAddWeightedFunc func; local [all...] |
cxsumpixels.cpp | 430 CvFunc2D_1A1P func = (CvFunc2D_1A1P)(sum_tab.fn_2d[type]); local 431 if( !func ) 437 IPPI_CALL( func( iterator.ptr[0], CV_STUB_STEP, 448 CvFunc2D_1A1P1I func = (CvFunc2D_1A1P1I)(sum_tab.fn_2d[type]); local 449 if( !func ) 455 IPPI_CALL( func( iterator.ptr[0], CV_STUB_STEP, 520 CvFunc2D_1A1P func = (CvFunc2D_1A1P)(sum_tab.fn_2d[type]); local 522 if( !func ) 525 IPPI_CALL( func( mat->data.ptr, mat_step, size, sum.val )); 529 CvFunc2D_1A1P1I func = (CvFunc2D_1A1P1I)(sum_tab.fn_2d[type]) local 539 CvFunc2DnC_1A1P func = (CvFunc2DnC_1A1P)(sumcoi_tab.fn_2d[CV_MAT_DEPTH(type)]); local 609 CvFunc2D_1A1P func; local 651 CvFunc2D_1A1P func = (CvFunc2D_1A1P)(nz_tab.fn_2d[CV_MAT_DEPTH(type)]); local 664 CvFunc2DnC_1A1P func = (CvFunc2DnC_1A1P)(nzcoi_tab.fn_2d[CV_MAT_DEPTH(type)]); local [all...] |
/external/bluetooth/hcidump/parser/ |
capi.c | 114 static char *func2str(uint16_t func) 116 switch (func) { 486 uint16_t sel, func, info; local 494 func = CAPI_U16(frm); 497 func = 0; 505 printf("Function: %d (%s)\n", func, func2str(func)); 509 switch (func) { 536 switch (func) { 605 printf("Function: %d\n", func); 751 uint32_t ctr, class, func; local [all...] |
/external/bluetooth/glib/glib/ |
gmain.h | 73 GSourceFunc *func, 147 GPollFunc func); 195 GSourceFunc func, 249 #define g_main_set_poll_func(func) g_main_context_set_poll_func (NULL, func)
|
/external/chromium/base/ |
path_service.cc | 38 PathService::ProviderFunc func; member in struct:__anon2246::Provider 193 if (provider->func(key, &path)) 240 void PathService::RegisterProvider(ProviderFunc func, int key_start, 261 p->func = func;
|
time_win_unittest.cc | 177 TestFunc func; member in struct:TestCase 192 while (cases[test_case].func) { 195 cases[test_case].func();
|
/external/dnsmasq/src/ |
log.c | 267 char *func = ""; local 273 func = "-tftp"; 275 func = "-dhcp"; 281 fprintf(stderr, "dnsmasq%s: ", func); 342 p += sprintf(p, "%.15s dnsmasq%s[%d]: ", ctime(&time_now) + 4, func, (int)pid);
|
/external/icu4c/test/threadtest/ |
threadtest.cpp | 53 void ThreadFuncs::startThread(ThreadFunc func, void *param) 56 x = _beginthread(func, 0x10000, param); 110 void ThreadFuncs::startThread(ThreadFunc func, void *param) 117 x = pthread_create( &tId, pthread_attr_default, (pthreadfunc)func, param); 121 x = pthread_create( &tId, &attr, (pthreadfunc)func, param);
|
/external/v8/test/mjsunit/tools/ |
profile.js | 153 Driver.prototype.enter = function(func) { 154 this.namesTopDown.push(func); 155 this.namesBottomUp.unshift(func); 160 Driver.superClass_.enter.call(this, func); 234 Driver.prototype.increment = function(func, self, total) { 235 if (!(func in this.counters)) { 236 this.counters[func] = { self: 0, total: 0 }; 238 this.counters[func].self += self; 239 this.counters[func].total += total; 254 Driver.prototype.enter = function(func) { [all...] |
/external/bluetooth/bluez/tools/ |
avctrl.c | 64 int (*func)(struct device_info *dev, int argc, char *argv[]); member in struct:device_id 131 for (i = 0; device_list[i].func; i++) { 237 err = id->func(&dev[i], argc, argv);
|
dfubabel.c | 49 int (*func)(struct device_info *dev, int argc, char *argv[]); member in struct:device_id 104 for (i = 0; device_list[i].func; i++) { 200 err = id->func(&dev[i], argc, argv);
|
/external/libxml2/ |
globals.c | 583 * @func: function pointer to the new RegisterNodeFunc 590 xmlRegisterNodeDefault(xmlRegisterNodeFunc func) 595 xmlRegisterNodeDefaultValue = func; 600 xmlThrDefRegisterNodeDefault(xmlRegisterNodeFunc func) 608 xmlRegisterNodeDefaultValueThrDef = func; 616 * @func: function pointer to the new DeregisterNodeFunc 623 xmlDeregisterNodeDefault(xmlDeregisterNodeFunc func) 628 xmlDeregisterNodeDefaultValue = func; 633 xmlThrDefDeregisterNodeDefault(xmlDeregisterNodeFunc func) 641 xmlDeregisterNodeDefaultValueThrDef = func; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/esd/ |
SDL_esdaudio.c | 68 void **func; member in struct:__anon9413 93 *esd_functions[i].func = SDL_LoadFunction(esd_handle, esd_functions[i].name); 94 if ( !*esd_functions[i].func ) {
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
SDL_thread.c | 171 int (SDLCALL *func)(void *); member in struct:__anon9460 194 userfunc = args->func; 232 args->func = fn;
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_thread.c | 156 int (*func)(void *); member in struct:__anon9462 179 userfunc = args->func; 212 args->func = fn;
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxgl.c | 199 void *func = NULL; local 200 func = AmiGetGLProc(proc); 201 return func;
|
/external/skia/gpu/src/ |
GrGpu.cpp | 286 // Special in the clip func that forces user's ref to be 0. 304 // Special in the clip func that forces user's ref to be 0. 312 GrStencilFunc GrGpu::ConvertStencilFunc(bool stencilInClip, GrStencilFunc func) { 313 GrAssert(func >= 0); 314 if (func >= kBasicStencilFuncCount) { 315 GrAssert(func < kStencilFuncCount); 316 func = gGrClipToNormalStencilFunc[stencilInClip ? 1 : 0][func - kBasicStencilFuncCount]; 317 GrAssert(func >= 0 && func < kBasicStencilFuncCount) [all...] |
/external/v8/src/ |
execution.h | 54 static Handle<Object> Call(Handle<JSFunction> func, 67 static Handle<Object> New(Handle<JSFunction> func, 76 static Handle<Object> TryCall(Handle<JSFunction> func,
|
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.h | 231 * @func: Callback function (%NULL to unregister) 233 void wpa_msg_register_cb(wpa_msg_cb_func func); 236 void wpa_msg_register_ifname_cb(wpa_msg_get_ifname_func func); 253 * @func: Callback function (%NULL to unregister) 255 void hostapd_logger_register_cb(hostapd_logger_cb_func func);
|
/external/zlib/contrib/iostream3/ |
zfstream.h | 429 (*func)(gzofstream&, T1, T2); member in class:gzomanip2 452 : func(f), val1(v1), val2(v2) 459 { return (*m.func)(s, m.val1, m.val2); }
|
/frameworks/base/include/utils/ |
TextOutput.h | 77 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func); 156 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func) 158 return (*func)(to);
|