HomeSort by relevance Sort by last modified time
    Searched refs:afi (Results 1 - 19 of 19) sorted by null

  /frameworks/base/media/java/android/media/audiopolicy/
IAudioPolicyCallback.aidl 26 void notifyAudioFocusGrant(in AudioFocusInfo afi, int requestResult);
27 void notifyAudioFocusLoss(in AudioFocusInfo afi, boolean wasNotified);
AudioPolicy.java 397 public void onAudioFocusGrant(AudioFocusInfo afi, int requestResult) {}
398 public void onAudioFocusLoss(AudioFocusInfo afi, boolean wasNotified) {}
420 public void notifyAudioFocusGrant(AudioFocusInfo afi, int requestResult) {
421 sendMsg(MSG_FOCUS_GRANT, afi, requestResult);
423 Log.v(TAG, "notifyAudioFocusGrant: pack=" + afi.getPackageName() + " client="
424 + afi.getClientId() + "reqRes=" + requestResult);
428 public void notifyAudioFocusLoss(AudioFocusInfo afi, boolean wasNotified) {
429 sendMsg(MSG_FOCUS_LOSS, afi, wasNotified ? 1 : 0);
431 Log.v(TAG, "notifyAudioFocusLoss: pack=" + afi.getPackageName() + " client="
432 + afi.getClientId() + "wasNotified=" + wasNotified)
    [all...]
  /external/openssl/crypto/x509v3/
v3_addr.c 114 * What's the address length associated with this AFI?
116 static int length_from_afi(const unsigned afi)
118 switch (afi) {
129 * Extract the AFI from an IPAddressFamily.
175 const unsigned afi,
184 switch (afi) {
217 const unsigned afi)
225 if (!i2r_address(out, afi, 0x00, aor->u.addressPrefix))
230 if (!i2r_address(out, afi, 0x00, aor->u.addressRange->min))
233 if (!i2r_address(out, afi, 0xFF, aor->u.addressRange->max)
    [all...]
x509v3.h 800 * AFI values, assigned by IANA. It'd be nice to make the AFI
817 const unsigned afi, const unsigned *safi);
819 const unsigned afi, const unsigned *safi,
822 const unsigned afi, const unsigned *safi,
825 int v3_addr_get_range(IPAddressOrRange *aor, const unsigned afi,
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 474 ** Send Inventory command to the activated ISO 15693 tag with/without AFI..
486 NFC_API extern tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid);
648 ** Send Write AFI command to the activated ISO 15693 tag.
659 NFC_API extern tNFA_STATUS NFA_RwI93WriteAFI (UINT8 afi);
666 ** Send Lock AFI command to the activated ISO 15693 tag.
nfa_api.h 299 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon28597
389 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon28608
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 815 ** Send Inventory command to the activated ISO 15693 tag with/without AFI
827 tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid)
831 NFA_TRACE_API2 ("NFA_RwI93Inventory (): afi_present:%d, AFI: 0x%02X", afi_present, afi);
845 p_msg->params.i93_cmd.afi = afi;
    [all...]
nfa_rw_act.c     [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 226 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon28953
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 199 UINT8 afi; member in struct:__anon28848
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 332 UINT8 afi; member in struct:__anon28547
371 UINT8 afi; member in struct:__anon28551
  /external/tcpdump/
print-isoclns.c     [all...]
print-bgp.c 111 u_int8_t afi[2]; /* the compiler messes this structure up */ member in struct:bgp_route_refresh
113 u_int8_t safi; /* afi should be int16 - so we have to access it using */
114 }; /* EXTRACT_16BITS(&bgp_route_refresh->afi) (sigh) */
966 /* Old and new L2VPN NLRI share AFI/SAF
    [all...]
  /external/openssl/include/openssl/
x509v3.h 800 * AFI values, assigned by IANA. It'd be nice to make the AFI
817 const unsigned afi, const unsigned *safi);
819 const unsigned afi, const unsigned *safi,
822 const unsigned afi, const unsigned *safi,
825 int v3_addr_get_range(IPAddressOrRange *aor, const unsigned afi,
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 497 final AudioFocusInfo afi = fr.toAudioFocusInfo(); local
498 afi.clearLossReceived();
499 notifyExtPolicyFocusLoss_syncAf(afi, false);
677 void notifyExtPolicyFocusGrant_syncAf(AudioFocusInfo afi, int requestResult) {
681 pcb.notifyAudioFocusGrant(afi, requestResult);
692 void notifyExtPolicyFocusLoss_syncAf(AudioFocusInfo afi, boolean wasDispatched) {
696 pcb.notifyAudioFocusLoss(afi, wasDispatched);
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 773 uint8_t data [2]= {activationData.params.i93.afi, activationData.params.i93.dsfid};
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 533 UINT8 afi; \/* AFI if I93_INFO_FLAG_AFI *\/ member in struct:__anon28996
    [all...]
  /external/llvm/test/MC/SystemZ/
insn-bad.s 30 #CHECK: afi %r0, (-1 << 31) - 1
32 #CHECK: afi %r0, (1 << 31)
34 afi %r0, (-1 << 31) - 1
35 afi %r0, (1 << 31)
    [all...]
insn-good.s 72 #CHECK: afi %r0, -2147483648 # encoding: [0xc2,0x09,0x80,0x00,0x00,0x00]
73 #CHECK: afi %r0, -1 # encoding: [0xc2,0x09,0xff,0xff,0xff,0xff]
74 #CHECK: afi %r0, 0 # encoding: [0xc2,0x09,0x00,0x00,0x00,0x00]
75 #CHECK: afi %r0, 1 # encoding: [0xc2,0x09,0x00,0x00,0x00,0x01]
76 #CHECK: afi %r0, 2147483647 # encoding: [0xc2,0x09,0x7f,0xff,0xff,0xff]
77 #CHECK: afi %r15, 0 # encoding: [0xc2,0xf9,0x00,0x00,0x00,0x00]
79 afi %r0, -1 << 31
80 afi %r0, -1
81 afi %r0, 0
82 afi %r0,
    [all...]

Completed in 221 milliseconds