HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 251 - 275 of 860) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/
android_bluetooth_common.h 109 const char *func,
117 const char *func,
126 const char *func,
135 const char *func,
145 const char *func,
  /external/bluetooth/glib/gobject/
gsignal.h 369 gpointer func,
376 gpointer func,
383 gpointer func,
390 gpointer func,
457 * @func: The C closure callback of the handlers (useless for non-C closures).
460 * Disconnects all handlers on an instance that match @func and @data.
464 #define g_signal_handlers_disconnect_by_func(instance, func, data) \
467 0, 0, NULL, (func), (data))
471 * @func: The C closure callback of the handlers (useless for non-C closures).
474 * Blocks all handlers on an instance that match @func and @data
    [all...]
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 71 static int sdio_wifi_probe(struct sdio_func *func,
76 printk("%s: %d\n", __FUNCTION__, func->class);
78 if (func->class != SDIO_CLASS_WLAN)
81 sdio_claim_host(func);
83 rc = sdio_enable_func(func);
86 rc = sdio_set_block_size(func, 512);
93 tiwlan_func = func;
97 sdio_disable_func(func);
99 sdio_release_host(func);
104 static void sdio_wifi_remove(struct sdio_func *func)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.c 71 static int sdio_wifi_probe(struct sdio_func *func,
76 printk("%s: %d\n", __FUNCTION__, func->class);
78 if (func->class != SDIO_CLASS_WLAN)
81 sdio_claim_host(func);
83 rc = sdio_enable_func(func);
86 rc = sdio_set_block_size(func, 512);
93 tiwlan_func = func;
97 sdio_disable_func(func);
99 sdio_release_host(func);
104 static void sdio_wifi_remove(struct sdio_func *func)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c 76 static int bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr,
78 static int bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr,
80 static int bcmspi_card_bytewrite(sdioh_info_t *sd, int func, uint32 regaddr,
83 static int bcmspi_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo,
85 static int bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize,
458 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data)) {
473 if (sdioh_cfg_write(si, sd_ptr->func, sd_ptr->offset, &data)) {
558 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length)
568 sd_trace(("%s: Func %d\n", __FUNCTION__, func));
1533 int func = GFIELD(cmd_arg, SPI_FUNCTION); local
    [all...]
  /external/bluetooth/glib/glib/
glist.c 615 * @func: the function to call for each element.
630 GCompareFunc func)
632 g_return_val_if_fail (func != NULL, list);
636 if (! func (list->data, data))
776 * @func: the function to call with each element's data
783 GFunc func,
789 (*func) (list->data, user_data);
797 GFunc func,
804 g_return_val_if_fail (func != NULL, list);
813 cmp = ((GCompareDataFunc) func) (data, tmp_list->data, user_data)
    [all...]
gslist.c 587 * @func: the function to call for each element.
602 GCompareFunc func)
604 g_return_val_if_fail (func != NULL, list);
608 if (! func (list->data, data))
730 * @func: the function to call with each element's data
737 GFunc func,
743 (*func) (list->data, user_data);
751 GFunc func,
759 g_return_val_if_fail (func != NULL, list);
769 cmp = ((GCompareDataFunc) func) (data, tmp_list->data, user_data)
    [all...]
ghash.h 86 GHFunc func,
92 GHRFunc func,
95 GHRFunc func,
gqueue.h 60 GFunc func,
66 GCompareFunc func);
100 GCompareDataFunc func,
  /external/chromium/third_party/icu/source/test/cintltst/
idnatest.c 74 UBool doCompare, UBool testUnassigned, TestFunc func){
94 destLen = func(src,-1,NULL,0,options, &parseError , &status);
99 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status);
116 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
121 destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
140 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status);
145 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
161 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
167 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
183 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status)
433 TestFunc func = uidna_toASCII; local
447 TestFunc func = uidna_toUnicode; local
464 TestFunc func = uidna_IDNToUnicode; local
493 TestFunc func=uidna_IDNToASCII; local
569 CompareFunc func = uidna_compare; local
    [all...]
  /system/core/init/
init_parser.c 55 #define KEYWORD(symbol, flags, nargs, func) \
56 [ K_##symbol ] = { #symbol, func, nargs + 1, flags, },
60 int (*func)(int nargs, char **args); member in struct:__anon15917
71 #define kw_func(kw) (keyword_info[kw].func)
284 void service_for_each(void (*func)(struct service *svc))
290 func(svc);
295 void (*func)(struct service *svc))
302 func(svc);
308 void (*func)(struct service *svc))
315 func(svc)
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 75 $func="sha512_block_data_order";
89 $func="sha256_block_data_order";
130 // void $func (SHA_CTX *ctx, const void *in,size_t num[,int host])
131 .global $func#
132 .proc $func#
134 $func:
590 .endp $func#
  /external/kernel-headers/original/linux/
wait.h 36 wait_queue_func_t func; member in struct:__wait_queue
64 .func = default_wake_function, \
86 q->func = default_wake_function;
90 wait_queue_func_t func)
94 q->func = func;
384 .func = autoremove_wake_function, \
393 .func = wake_bit_function, \
402 (wait)->func = autoremove_wake_function; \
  /device/samsung/crespo/alsa-lib/src/
dlmisc.c 185 void *func; member in struct:dlobj_cache
199 return c->func;
223 c->func = open_func;
  /external/bluetooth/glib/gio/
gasynchelper.c 112 GFDSourceFunc func = (GFDSourceFunc)callback; local
115 g_warn_if_fail (func != NULL);
117 return (*func) (user_data, fd_source->pollfd.revents, fd_source->pollfd.fd);
  /external/kernel-headers/original/asm-x86/
smp_32.h 66 void (*func)(void *info), void *info,
98 void (*func) (void *info), void *info,
101 return smp_ops.smp_call_function_mask(mask, func, info, wait);
  /frameworks/base/media/libstagefright/
DataSource.cpp 85 void DataSource::RegisterSniffer(SnifferFunc func) {
90 if (*it == func) {
95 gSniffers.push_back(func);
  /device/samsung/crespo/alsa-lib/src/conf/cards/
CMI8788.conf 28 @func concat
40 @func concat
VXPocket440.conf 40 @func concat
49 @func concat
YMF744.conf 39 @func concat
48 @func concat
  /external/chromium/net/third_party/nss/ssl/
sslauth.c 176 SSL_AuthCertificateHook(PRFileDesc *s, SSLAuthCertificate func, void *arg)
187 ss->authCertificate = func;
195 SSL_GetClientAuthDataHook(PRFileDesc *s, SSLGetClientAuthData func,
207 ss->getClientAuthData = func;
  /external/chromium/third_party/icu/source/test/perf/charperf/
charperf.h 36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max)
38 m_fn_ = func;
66 StdLibCharPerfFunction(StdLibCharPerfFn func, wchar_t min, wchar_t max)
68 m_fn_ = func;
  /external/chromium/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h 56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) {
57 fn = func;
65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) {
66 fn = func;
  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 51 int (*func)(ext2_ino_t dir, member in struct:dir_context
  /external/icu4c/test/perf/charperf/
charperf.h 36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max)
38 m_fn_ = func;
66 StdLibCharPerfFunction(StdLibCharPerfFn func, wchar_t min, wchar_t max)
68 m_fn_ = func;

Completed in 384 milliseconds

<<11121314151617181920>>