HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 151 - 175 of 1852) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
scache.h 95 pa_operation* pa_context_remove_sample(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
105 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
118 pa_context_play_sample_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
mainloop-api.h 89 pa_io_event* (*io_new)(pa_mainloop_api*a, int fd, pa_io_event_flags_t events, pa_io_event_cb_t cb, void *userdata);
95 void (*io_set_destroy)(pa_io_event *e, pa_io_event_destroy_cb_t cb);
98 pa_time_event* (*time_new)(pa_mainloop_api*a, const struct timeval *tv, pa_time_event_cb_t cb, void *userdata);
104 void (*time_set_destroy)(pa_time_event *e, pa_time_event_destroy_cb_t cb);
107 pa_defer_event* (*defer_new)(pa_mainloop_api*a, pa_defer_event_cb_t cb, void *userdata);
113 void (*defer_set_destroy)(pa_defer_event *e, pa_defer_event_destroy_cb_t cb);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
scache.h 95 pa_operation* pa_context_remove_sample(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
105 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
118 pa_context_play_sample_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
mainloop-api.h 89 pa_io_event* (*io_new)(pa_mainloop_api*a, int fd, pa_io_event_flags_t events, pa_io_event_cb_t cb, void *userdata);
95 void (*io_set_destroy)(pa_io_event *e, pa_io_event_destroy_cb_t cb);
98 pa_time_event* (*time_new)(pa_mainloop_api*a, const struct timeval *tv, pa_time_event_cb_t cb, void *userdata);
104 void (*time_set_destroy)(pa_time_event *e, pa_time_event_destroy_cb_t cb);
107 pa_defer_event* (*defer_new)(pa_mainloop_api*a, pa_defer_event_cb_t cb, void *userdata);
113 void (*defer_set_destroy)(pa_defer_event *e, pa_defer_event_destroy_cb_t cb);
  /external/bzip2/
bzmore 22 cb='cbreak'; ncb='-cbreak'
25 cb='min 1 -icanon'; ncb='icanon eof ^d'
45 stty $cb -echo 2>/dev/null
  /external/iptables/extensions/
libip6t_NETMAP.c 37 static void NETMAP_parse(struct xt_option_call *cb)
39 struct nf_nat_range *range = cb->data;
42 xtables_option_parse(cb);
45 range->min_addr.ip6[i] = cb->val.haddr.ip6[i] &
46 cb->val.hmask.ip6[i];
48 ~cb->val.hmask.ip6[i];
libxt_CONNSECMARK.c 36 static void CONNSECMARK_parse(struct xt_option_call *cb)
38 struct xt_connsecmark_target_info *info = cb->data;
40 xtables_option_parse(cb);
41 switch (cb->entry->id) {
51 static void CONNSECMARK_check(struct xt_fcheck_call *cb)
53 if (cb->xflags == 0)
libip6t_REJECT.c 79 static void REJECT_parse(struct xt_option_call *cb)
81 struct ip6t_reject_info *reject = cb->data;
84 xtables_option_parse(cb);
87 cb->arg, strlen(cb->arg)) == 0 ||
89 cb->arg, strlen(cb->arg)) == 0) {
94 "unknown reject type \"%s\"", cb->arg);
libipt_ULOG.c 56 static void ULOG_parse(struct xt_option_call *cb)
58 struct ipt_ulog_info *loginfo = cb->data;
60 xtables_option_parse(cb);
61 switch (cb->entry->id) {
63 loginfo->nl_group = 1 << (cb->val.u8 - 1);
66 if (strchr(cb->arg, '\n') != NULL)
71 loginfo->copy_range = cb->val.u64;
74 loginfo->qthreshold = cb->val.u64;
libxt_NFQUEUE.c 67 static void NFQUEUE_parse(struct xt_option_call *cb)
69 xtables_option_parse(cb);
70 if (cb->entry->id == O_QUEUE_BALANCE)
75 static void NFQUEUE_parse_v1(struct xt_option_call *cb)
77 struct xt_NFQ_info_v1 *info = cb->data;
78 const uint16_t *r = cb->val.u16_range;
80 xtables_option_parse(cb);
81 switch (cb->entry->id) {
83 if (cb->nvals != 2)
85 "Bad range \"%s\"", cb->arg)
    [all...]
libxt_addrtype.c 101 static void addrtype_parse_v0(struct xt_option_call *cb)
103 struct xt_addrtype_info *info = cb->data;
105 xtables_option_parse(cb);
106 switch (cb->entry->id) {
108 parse_types(cb->arg, &info->source);
109 if (cb->invert)
113 parse_types(cb->arg, &info->dest);
114 if (cb->invert)
120 static void addrtype_parse_v1(struct xt_option_call *cb)
122 struct xt_addrtype_info_v1 *info = cb->data
    [all...]
  /frameworks/base/media/java/android/media/
IAudioService.aidl 53 void setStreamSolo(int streamType, boolean state, IBinder cb);
55 void setStreamMute(int streamType, boolean state, IBinder cb);
59 void forceRemoteSubmixFullVolume(boolean startForcing, IBinder cb);
61 void setMasterMute(boolean state, int flags, String callingPackage, IBinder cb);
89 void setMode(int mode, IBinder cb);
117 int requestAudioFocus(int mainStreamType, int durationHint, IBinder cb,
179 void startBluetoothSco(IBinder cb, int targetSdkVersion);
180 void startBluetoothScoVirtualCall(IBinder cb);
181 void stopBluetoothSco(IBinder cb);
183 void forceVolumeControlStream(int streamType, IBinder cb);
    [all...]
  /development/ndk/platforms/android-9/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdown.js 19 * @param {Function=} cb called back when the countdown expires.
22 Countdown.prototype.setTimeout = function(timeoutMillis, cb) {};
37 * @param {Function=} cb callback for new timer.
40 Countdown.prototype.clone = function(cb) {};
48 * @param {Function=} cb called back when the countdown expires.
52 function CountdownTimer(timeoutMillis, cb) {
54 this.setTimeout(timeoutMillis || 0, cb);
64 * @param {Function=} cb called back when the countdown expires.
67 CountdownTimer.prototype.setTimeout = function(timeoutMillis, cb) {
73 this.cb = cb
    [all...]
  /external/chromium_org/media/base/
bind_to_current_loop.h 53 const base::Callback<void()>& cb) {
54 task_runner->PostTask(FROM_HERE, base::Bind(cb));
63 const base::Callback<void(A1)>& cb, A1 a1) {
64 task_runner->PostTask(FROM_HERE, base::Bind(cb,
74 const base::Callback<void(A1, A2)>& cb, A1 a1, A2 a2) {
75 task_runner->PostTask(FROM_HERE, base::Bind(cb,
85 const base::Callback<void(A1, A2, A3)>& cb, A1 a1, A2 a2, A3 a3) {
86 task_runner->PostTask(FROM_HERE, base::Bind(cb,
97 const base::Callback<void(A1, A2, A3, A4)>& cb, A1 a1, A2 a2, A3 a3,
99 task_runner->PostTask(FROM_HERE, base::Bind(cb,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncsocket.h 82 virtual int Send(const void* pv, size_t cb) {
83 return socket_->Send(pv, cb);
85 virtual int SendTo(const void* pv, size_t cb, const SocketAddress& addr) {
86 return socket_->SendTo(pv, cb, addr);
88 virtual int Recv(void* pv, size_t cb) {
89 return socket_->Recv(pv, cb);
91 virtual int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) {
92 return socket_->RecvFrom(pv, cb, paddr);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
asyncstuntcpsocket.cc 68 int AsyncStunTCPSocket::Send(const void *pv, size_t cb,
70 if (cb > kBufSize || cb < kPacketLenSize + kPacketLenOffset) {
77 return static_cast<int>(cb);
80 size_t expected_pkt_len = GetExpectedLength(pv, cb, &pad_bytes);
83 if (cb != expected_pkt_len)
86 AppendToOutBuffer(pv, cb);
100 return static_cast<int>(cb);
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_gen.c 73 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb);
75 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
86 return ret->meth->generate_params(ret, prime_len, generator, cb);
90 generator, cb);
92 return dh_builtin_genparams(ret, prime_len, generator, cb);
120 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
175 if(!BN_generate_prime_ex(ret->p,prime_len,1,t1,t2,cb)) goto err;
176 if(!BN_GENCB_call(cb, 3, 0)) goto err;
  /external/chromium_org/third_party/webrtc/base/
asyncsocket.h 65 virtual int Send(const void* pv, size_t cb) {
66 return socket_->Send(pv, cb);
68 virtual int SendTo(const void* pv, size_t cb, const SocketAddress& addr) {
69 return socket_->SendTo(pv, cb, addr);
71 virtual int Recv(void* pv, size_t cb) {
72 return socket_->Recv(pv, cb);
74 virtual int RecvFrom(void* pv, size_t cb, SocketAddress* paddr) {
75 return socket_->RecvFrom(pv, cb, paddr);
  /external/libcxx/test/strings/basic.string/string.iterators/
begin.pass.cpp 26 typename S::const_iterator cb = cs.begin(); local
31 assert(b == cb);
rbegin.pass.cpp 26 typename S::const_reverse_iterator cb = cs.rbegin(); local
31 assert(b == cb);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
unwind.h 17 int unwind__get_entries(unwind_entry_cb_t cb, void *arg,
25 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused,
  /external/openssl/crypto/dh/
dh_gen.c 73 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb);
75 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
86 return ret->meth->generate_params(ret, prime_len, generator, cb);
90 generator, cb);
92 return dh_builtin_genparams(ret, prime_len, generator, cb);
120 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
175 if(!BN_generate_prime_ex(ret->p,prime_len,1,t1,t2,cb)) goto err;
176 if(!BN_GENCB_call(cb, 3, 0)) goto err;
  /external/qemu/include/sysemu/
dma.h 37 BlockDriverCompletionFunc *cb, void *opaque);
40 BlockDriverCompletionFunc *cb, void *opaque);
  /external/wpa_supplicant_8/src/wps/
http_client.h 25 void (*cb)(void *ctx,
31 void (*cb)(void *ctx,

Completed in 882 milliseconds

1 2 3 4 5 67 8 91011>>