HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 376 - 400 of 446) sorted by null

<<1112131415161718

  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 563 ctx->cb = wpa_supplicant_eapol_cb;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 647 LCML_CALLBACKTYPE cb; local
758 cb.LCML_Callback = (void *) G711DECLCML_Callback;
787 cb.LCML_Callback = (void *) G711DECLCML_Callback;
791 p,&pLcmlHandle,(void *)p,&cb,(OMX_STRING)pComponentPrivate->sDeviceString);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 600 LCML_CALLBACKTYPE cb; local
698 cb.LCML_Callback = (void *) G711ENC_LCMLCallback;
720 &cb,
727 &cb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 728 LCML_CALLBACKTYPE cb; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 1875 LCML_CALLBACKTYPE cb; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 599 LCML_CALLBACKTYPE cb; local
681 cb.LCML_Callback = (void *) G726DEC_LCML_Callback;
687 &cb,(OMX_STRING)pComponentPrivate->sDeviceString);
696 p,&pLcmlHandle,(void *)p,&cb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 670 LCML_CALLBACKTYPE cb; local
751 cb.LCML_Callback = (void *) G729DECLCML_Callback;
773 /* cb.LCML_Callback = (void *) G729DECLCML_Callback;
780 (void *)p,&pLcmlHandle,(void *)p,&cb, (OMX_STRING)pComponentPrivate->sDeviceString);
783 (void *)p,&pLcmlHandle,(void *)p,&cb);
    [all...]
  /external/bison/build-aux/
config.guess 248 "EV6.8CB (21264C)")
1033 if test -f /usr/options/cb.name; then
1034 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3ext.c     [all...]
  /external/chromium/sdch/open-vcdiff/
config.guess 253 "EV6.8CB (21264C)")
    [all...]
  /external/e2fsprogs/config/
config.guess 251 "EV6.8CB (21264C)")
1065 if test -f /usr/options/cb.name; then
1066 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
    [all...]
  /external/expat/conftools/
config.guess 252 "EV6.8CB (21264C)")
1068 if test -f /usr/options/cb.name; then
1069 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name
    [all...]
  /external/grub/
config.guess 281 "EV6.8CB (21264C)")
1036 if test -f /usr/options/cb.name; then
1037 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
    [all...]
  /external/libffi/
config.guess 253 "EV6.8CB (21264C)")
    [all...]
  /external/libpcap/
config.guess 270 "EV6.8CB (21264C)")
1023 if test -f /usr/options/cb.name; then
1024 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
    [all...]
  /external/libpng/
config.guess 253 "EV6.8CB (21264C)")
    [all...]
  /external/protobuf/
config.guess 253 "EV6.8CB (21264C)")
    [all...]
  /external/protobuf/gtest/build-aux/
config.guess 253 "EV6.8CB (21264C)")
    [all...]
  /external/strace/
config.guess 281 "EV6.8CB (21264C)")
1036 if test -f /usr/options/cb.name; then
1037 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
    [all...]
  /external/tcpdump/
config.guess 270 "EV6.8CB (21264C)")
1023 if test -f /usr/options/cb.name; then
1024 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
    [all...]
  /external/wpa_supplicant/
eapol_sm.c 874 if (sm->ctx->cb && sm->cb_status != EAPOL_CB_IN_PROGRESS) {
877 sm->ctx->cb(sm, success, sm->ctx->cb_ctx);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 899 if (sm->ctx->cb && sm->cb_status != EAPOL_CB_IN_PROGRESS) {
902 sm->ctx->cb(sm, success, sm->ctx->cb_ctx);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 6794 LCML_CALLBACKTYPE cb; local
7030 LCML_CALLBACKTYPE cb; local
7230 LCML_CALLBACKTYPE cb; local
7424 LCML_CALLBACKTYPE cb; local
7602 LCML_CALLBACKTYPE cb; local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 102 BatteryCallback cb = mCallback; local
105 if (cb != null) {
106 cb.batteryNeedsCpuUpdate();
110 if (cb != null) {
111 cb.batteryPowerChanged(msg.arg1 != 0);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 597 milliseconds

<<1112131415161718