HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 451 - 475 of 2436) sorted by null

<<11121314151617181920>>

  /frameworks/support/media/src/main/java/android/support/v4/media/session/
MediaSessionCompat.java 2392 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2404 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2417 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2429 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2441 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2453 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2465 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2477 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2489 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2501 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2513 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2902 MediaSessionCompat.Callback cb = mCallback; local
3302 IMediaControllerCallback cb = mExtraControllerCallbacks.getBroadcastItem(i); local
3329 IMediaControllerCallback cb = mExtraControllerCallbacks.getBroadcastItem(i); local
3395 IMediaControllerCallback cb = mExtraControllerCallbacks.getBroadcastItem(i); local
3411 IMediaControllerCallback cb = mExtraControllerCallbacks.getBroadcastItem(i); local
3427 IMediaControllerCallback cb = mExtraControllerCallbacks.getBroadcastItem(i); local
    [all...]
  /external/iptables/extensions/
libxt_time.c 261 static void time_parse(struct xt_option_call *cb)
263 struct xt_time_info *info = cb->data;
265 xtables_option_parse(cb);
266 switch (cb->entry->id) {
268 info->date_start = time_parse_date(cb->arg, false);
271 info->date_stop = time_parse_date(cb->arg, true);
274 info->daytime_start = time_parse_minutes(cb->arg);
277 info->daytime_stop = time_parse_minutes(cb->arg);
292 info->monthdays_match = time_parse_monthdays(cb->arg);
293 if (cb->invert
    [all...]
libip6t_SNAT.c 150 static void SNAT_parse(struct xt_option_call *cb)
152 const struct ip6t_entry *entry = cb->xt_entry;
153 struct nf_nat_range *range = cb->data;
165 xtables_option_parse(cb);
166 switch (cb->entry->id) {
168 if (cb->xflags & F_X_TO_SRC) {
175 parse_to(cb->arg, portok, range);
183 static void SNAT_fcheck(struct xt_fcheck_call *cb)
187 struct nf_nat_range *range = cb->data;
189 if ((cb->xflags & f) == f
    [all...]
libxt_string.c 169 static void string_parse(struct xt_option_call *cb)
171 struct xt_string_info *stringinfo = cb->data;
172 const unsigned int revision = (*cb->match)->u.user.revision;
174 xtables_option_parse(cb);
175 switch (cb->entry->id) {
177 parse_string(cb->arg, stringinfo);
178 if (cb->invert) {
186 parse_hex_string(cb->arg, stringinfo); /* sets length */
187 if (cb->invert) {
204 static void string_check(struct xt_fcheck_call *cb)
    [all...]
libipt_REDIRECT.c 75 static void REDIRECT_parse(struct xt_option_call *cb)
77 const struct ipt_entry *entry = cb->xt_entry;
78 struct nf_nat_ipv4_multi_range_compat *mr = (void *)(*cb->target)->data;
90 xtables_option_parse(cb);
91 switch (cb->entry->id) {
96 parse_ports(cb->arg, mr);
97 if (cb->xflags & F_RANDOM)
101 if (cb->xflags & F_TO_PORTS)
  /external/iptables/iptables/
xshared.c 186 static mainfunc_t subcmd_get(const char *cmd, const struct subcommand *cb)
188 for (; cb->name != NULL; ++cb)
189 if (strcmp(cb->name, cmd) == 0)
190 return cb->main;
194 int subcmd_main(int argc, char **argv, const struct subcommand *cb)
197 mainfunc_t f = subcmd_get(cmd, cb);
206 f = subcmd_get(*argv, cb);
214 for (; cb->name != NULL; ++cb)
    [all...]
  /external/strace/tests/
aio.c 74 const struct iocb *cb = tail_memdup(proto_cb, sizeof(proto_cb)); local
186 (long) &cb[0], (long) &cb[1]
249 cb[0].aio_data, data0, sizeof_data0, cb[0].aio_offset,
250 cb[1].aio_data, data1, sizeof_data1, cb[1].aio_offset,
291 cb[0].aio_data, &cb[0], sizeof_data0,
292 cb[1].aio_data, &cb[1], sizeof_data1
    [all...]
  /external/strace/tests-m32/
aio.c 74 const struct iocb *cb = tail_memdup(proto_cb, sizeof(proto_cb)); local
186 (long) &cb[0], (long) &cb[1]
249 cb[0].aio_data, data0, sizeof_data0, cb[0].aio_offset,
250 cb[1].aio_data, data1, sizeof_data1, cb[1].aio_offset,
291 cb[0].aio_data, &cb[0], sizeof_data0,
292 cb[1].aio_data, &cb[1], sizeof_data1
    [all...]
  /external/strace/tests-mx32/
aio.c 74 const struct iocb *cb = tail_memdup(proto_cb, sizeof(proto_cb)); local
186 (long) &cb[0], (long) &cb[1]
249 cb[0].aio_data, data0, sizeof_data0, cb[0].aio_offset,
250 cb[1].aio_data, data1, sizeof_data1, cb[1].aio_offset,
291 cb[0].aio_data, &cb[0], sizeof_data0,
292 cb[1].aio_data, &cb[1], sizeof_data1
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
38 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta)
39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
53 if (eapol->cb.logger == NULL)
55 eapol->cb.logger(eapol->conf.ctx, addr, level, txt);
67 if (eapol->cb.logger == NULL)
99 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
128 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
234 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0
    [all...]
  /external/v8/tools/release/
test_scripts.py 275 "cb": kwargs.get("cb"),
280 def RL(text, cb=None):
286 "cb": cb,
297 "cb": kwargs.get("cb"),
348 if expected_call['cb']:
350 expected_call['cb']()
661 "", cb=lambda: self.WriteFakeVersionFile(3, 22, 6))
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableWrapperTest.java 100 Drawable.Callback cb = mock(Drawable.Callback.class); local
101 wrapper.setCallback(cb);
103 verify(cb, times(1)).invalidateDrawable(any());
105 reset(cb);
107 verify(cb, times(1)).invalidateDrawable(any());
109 reset(cb);
112 verify(cb, never()).invalidateDrawable(any());
120 Drawable.Callback cb = mock(Drawable.Callback.class); local
121 wrapper.setCallback(cb);
123 verify(cb, times(1)).scheduleDrawable(any(), any(), anyLong())
140 Drawable.Callback cb = mock(Drawable.Callback.class); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
WifiTile.java 157 final CallbackInfo cb = mSignalCallback.mInfo; local
159 if (cb.enabled) {
166 boolean wifiConnected = cb.enabled && (cb.wifiSignalIconId > 0) && (cb.ssid != null);
167 boolean wifiNotConnected = (cb.wifiSignalIconId > 0) && (cb.ssid == null);
168 boolean enabledChanging = state.value != cb.enabled;
170 mDetailAdapter.setItemsVisible(cb.enabled);
171 fireToggleStateChanged(cb.enabled)
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
MediaFocusControl.java 265 private void removeFocusStackEntryOnDeath(IBinder cb) {
268 mFocusStack.peek().hasSameBinder(cb);
274 if(fr.hasSameBinder(cb)) {
275 Log.i(TAG, "AudioFocus removeFocusStackEntryOnDeath(): removing entry for " + cb);
294 private void removeFocusEntryForExtPolicy(IBinder cb) {
304 if (fr.hasSameBinder(cb)) {
372 AudioFocusDeathHandler(IBinder cb) {
373 mCb = cb;
529 IAudioFocusDispatcher fd, IBinder cb) {
544 final AudioFocusDeathHandler hdlr = new AudioFocusDeathHandler(cb);
    [all...]
  /cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
PrintActivity.java 66 CancellationSignal signal, PrintDocumentAdapter.LayoutResultCallback cb,
73 PrintDocumentAdapter.WriteResultCallback cb) {
  /external/adhd/cras/src/server/
audio_thread.h 86 * cb - The callback function.
89 void audio_thread_add_callback(int fd, thread_callback cb,
96 * cb - The callback function.
99 void audio_thread_add_write_callback(int fd, thread_callback cb,
cras_alsa_mixer.h 160 * cb - Function to call for each output (input).
161 * cb_arg - Argument to pass to cb.
166 cras_alsa_mixer_control_callback cb,
170 cras_alsa_mixer_control_callback cb,
  /external/elfutils/tests/
run-strptr.sh 51 [cb] '.stab'
  /external/iw/
ocb.c 10 static int join_ocb(struct nl80211_state *state, struct nl_cb *cb,
66 static int leave_ocb(struct nl80211_state *state, struct nl_cb *cb,
  /external/javassist/src/main/javassist/expr/
Expr.java 100 CtBehavior[] cb = thisClass.getDeclaredBehaviors(); local
101 for (int i = cb.length - 1; i >= 0; --i)
102 if (cb[i].getMethodInfo2() == mi)
103 return cb[i];
114 for (int i = cb.length - 1; i >= 0; --i) {
115 if (thisMethod.getName().equals(cb[i].getMethodInfo2().getName())
117 .equals(cb[i].getMethodInfo2().getDescriptor())) {
118 return cb[i];
  /external/libnetfilter_conntrack/utils/
conntrack_dump_filter.c 8 static int cb(enum nf_conntrack_msg_type type, function
44 nfct_callback_register(h, NFCT_T_ALL, cb, NULL);
conntrack_get.c 10 static int cb(enum nf_conntrack_msg_type type, function
49 nfct_callback_register(h, NFCT_T_ALL, cb, NULL);
expect_get.c 9 static int cb(enum nf_conntrack_msg_type type, function
58 nfexp_callback_register(h, NFCT_T_ALL, cb, NULL);
  /external/libnfnetlink/src/
libnfnetlink.c 78 struct nfnl_callback *cb; /* array of callbacks */ member in struct:nfnl_subsys_handle
354 if (ssh->cb) {
359 ssh->cb = calloc(cb_count, sizeof(*(ssh->cb)));
360 if (!ssh->cb)
375 free(ssh->cb);
376 ssh->cb = NULL;
394 if (ssh->cb) {
395 free(ssh->cb);
396 ssh->cb = NULL
1248 struct nfnl_callback *cb; local
    [all...]
  /external/libnl/src/
nl-route-get.c 33 static int cb(struct nl_msg *msg, void *arg) function
80 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL);

Completed in 693 milliseconds

<<11121314151617181920>>