HomeSort by relevance Sort by last modified time
    Searched refs:afi (Results 1 - 16 of 16) 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 403 public void onAudioFocusGrant(AudioFocusInfo afi, int requestResult) {}
404 public void onAudioFocusLoss(AudioFocusInfo afi, boolean wasNotified) {}
426 public void notifyAudioFocusGrant(AudioFocusInfo afi, int requestResult) {
427 sendMsg(MSG_FOCUS_GRANT, afi, requestResult);
429 Log.v(TAG, "notifyAudioFocusGrant: pack=" + afi.getPackageName() + " client="
430 + afi.getClientId() + "reqRes=" + requestResult);
434 public void notifyAudioFocusLoss(AudioFocusInfo afi, boolean wasNotified) {
435 sendMsg(MSG_FOCUS_LOSS, afi, wasNotified ? 1 : 0);
437 Log.v(TAG, "notifyAudioFocusLoss: pack=" + afi.getPackageName() + " client="
438 + afi.getClientId() + "wasNotified=" + wasNotified)
    [all...]
  /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:__anon12767
390 UINT8 afi; /* AFI if I93_INFO_FLAG_AFI */ member in struct:__anon12778
    [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:__anon13123
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 199 UINT8 afi; member in struct:__anon13018
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 332 UINT8 afi; member in struct:__anon12717
371 UINT8 afi; member in struct:__anon12721
  /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...]
  /frameworks/base/services/core/java/com/android/server/audio/
MediaFocusControl.java 503 final AudioFocusInfo afi = fr.toAudioFocusInfo(); local
504 afi.clearLossReceived();
505 notifyExtPolicyFocusLoss_syncAf(afi, false);
710 void notifyExtPolicyFocusGrant_syncAf(AudioFocusInfo afi, int requestResult) {
714 pcb.notifyAudioFocusGrant(afi, requestResult);
725 void notifyExtPolicyFocusLoss_syncAf(AudioFocusInfo afi, boolean wasDispatched) {
729 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:__anon13166
    [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 1489 milliseconds