HomeSort by relevance Sort by last modified time
    Searched full:indication (Results 26 - 50 of 583) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lit/
setup.py 24 summarizing their results, and providing indication of failures. *lit* is
  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 85 "MLME-MICHAELMICFAILURE.indication "
  /libcore/luni/src/main/java/java/beans/
IndexedPropertyChangeEvent.java 31 * Creates a new property changed event with an indication of the property
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 97 ** Description This is the L2CAP connect indication callback function.
281 ** Description This is the L2CAP config indication callback function.
331 ** Description This is the L2CAP disconnect indication callback function.
390 ** Description This is the L2CAP congestion indication callback function.
412 ** Description This is the L2CAP data indication callback function.
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 164 ** Description This is the L2CAP connect indication callback function.
382 ** Description This is the L2CAP config indication callback function.
430 ** Description This is the L2CAP disconnect indication callback function.
482 ** Description This is the L2CAP congestion indication callback function.
503 ** Description This is the L2CAP data indication callback function.
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 585 ** Description This function sends a handle value indication to a client.
588 ** attr_handle: Attribute handle of this handle value indication.
599 tGATT_VALUE indication; local
614 indication.conn_id = conn_id;
615 indication.handle = attr_handle;
616 indication.len = val_len;
617 memcpy (indication.value, p_val, val_len);
618 indication.auth_req = GATT_AUTH_REQ_NONE;
624 GATT_TRACE_DEBUG0 ("Add a pending indication");
625 if ((p_buf = gatt_add_pending_ind(p_tcb, &indication)) !=NULL
    [all...]
gatt_main.c 499 ** Description This function handles an inbound connection indication
513 GATT_TRACE_ERROR1("Connection indication cid = %d", lcid);
665 ** Description This is the L2CAP config indication callback function.
723 ** Description This is the L2CAP disconnect indication callback function.
795 ** Description This is the L2CAP data indication callback function.
949 ** Description This function is called to send a service chnaged indication to
987 ** Description Check sending service chnaged Indication is required or not
988 ** if required then send the Indication
    [all...]
  /external/bluetooth/bluedroid/stack/include/
mca_api.h 56 #define MCA_CREATE_IND_EVT 1 /* create mdl indication */
58 #define MCA_RECONNECT_IND_EVT 3 /* reconnect mdl indication */
60 #define MCA_ABORT_IND_EVT 5 /* abort mdl indication */
62 #define MCA_DELETE_IND_EVT 7 /* delete mdl indication */
73 #define MCA_OPEN_IND_EVT 0x22 /* Data channel open indication */
75 #define MCA_CLOSE_IND_EVT 0x24 /* Data channel close indication */
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 55 android.app.Activity#onPause()}, it may be an indication that the activity will be paused for a
56 moment and the user may return focus to your activity. However, it's usually the first indication
69 technically means your activity is still partially visible, but most often is an indication that
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
TranslationAdvice.java 27 * Returns an indication of whether the target can directly represent an
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 27 * Returns an indication of whether the target can directly represent an
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
TranslationAdvice.java 27 * Returns an indication of whether the target can directly represent an
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorMain.h 24 MSG_TYPE_PROGRESS_INDICATION, // Playback progress indication event
  /frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl 48 * An indication of which package is being restored currently, out of the
  /frameworks/base/docs/html/guide/topics/manifest/
action-element.jd 45 <!-- ##api level indication## -->
category-element.jd 36 <!-- ##api level indication## -->
  /external/bison/lib/
closeout.c 67 this case, an EPIPE is an indication of a premature termination of the
72 first. In this case, an EPIPE is an indication that the pipe writer can
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 61 ** Save upper layer handle and result of the Start Indication
101 ** acks Establish Indication.
  /external/stlport/stlport/stl/
_bitset.c 104 // not found, so return an indication of failure.
159 // not found, so return an indication of failure.
  /external/wpa_supplicant_8/src/radius/
radius_server.h 122 * eap_sim_aka_result_ind - EAP-SIM/AKA protected success indication
124 * This controls whether the protected success/failure indication
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 45 // Voice mail notification through Message Waiting Indication in CDMA mode or Analog mode.
108 * The cause code parameters are an indication whether an SMS error has occurred and if so,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 104 // not found, so return an indication of failure.
159 // not found, so return an indication of failure.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 104 // not found, so return an indication of failure.
159 // not found, so return an indication of failure.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 104 // not found, so return an indication of failure.
159 // not found, so return an indication of failure.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 104 // not found, so return an indication of failure.
159 // not found, so return an indication of failure.

Completed in 221 milliseconds

12 3 4 5 6 7 8 91011>>