HomeSort by relevance Sort by last modified time
    Searched refs:PREF (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Nfc/src/com/android/nfc/
NfcBackupAgent.java 29 new SharedPreferencesBackupHelper(this, NfcService.PREF);
P2pLinkManager.java 205 mPrefs = context.getSharedPreferences(NfcService.PREF, Context.MODE_PRIVATE);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 40 mPrefs = mContext.getSharedPreferences(NativeNfcManager.PREF, Context.MODE_PRIVATE);
NativeNfcManager.java 36 static final String PREF = "NciDeviceHost";
88 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
106 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 40 mPrefs = mContext.getSharedPreferences(NativeNfcManager.PREF, Context.MODE_PRIVATE);
NativeNfcManager.java 41 static final String PREF = "NxpDeviceHost";
111 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
138 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
156 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
  /external/kernel-headers/original/asm-mips/
asm.h 138 * MIPS IV pref instruction.
146 #define PREF(hint,addr) \
149 pref hint, addr; \
160 #define PREF(hint, addr)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 829 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[0]->pBufferPrivate[nCount]->pBufferHdr), pBuffer),
830 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[0]->pBufferPrivate[nCount]->pBufferHdr), nFilledLen),
883 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[1]->pBufferPrivate[nCount]->pBufferHdr), pBuffer),
884 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[1]->pBufferPrivate[nCount]->pBufferHdr), nFilledLen),
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
asm.h 56 #define PREF(hint, addr)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 56 #define PREF(hint, addr)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 619 PREF(pCompPortIn->pBufferPrivate[i]->pBufferHdr, pBuffer),
641 PREF(pCompPortIn->pBufferPrivate[i]->pBufferHdr, pBuffer),
719 PREF(pCompPortOut->pBufferPrivate[i]->pBufferHdr,pBuffer),
720 PREF(pCompPortOut->pBufferPrivate[i]->pBufferHdr,nFilledLen),
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 888 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->sCompPorts[0].pVPPBufHeader[nCount].pBufHeader), pBuffer),
889 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->sCompPorts[0].pVPPBufHeader[nCount].pBufHeader), nFilledLen),
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf.h 88 #define PREF(a,b) ((a) ? (a)->b : 0)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c     [all...]

Completed in 920 milliseconds

1 2