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

  /external/libnfc-nxp/inc/
phNfcTypes.h 555 uint8_t AppData[PHHAL_MAX_ATR_LENGTH]; /**< Application data information of the
589 uint8_t AppData[PHHAL_APP_DATA_B_LENGTH]; /**< Application Data of the TYPE B
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
37 AppData: Pointer; // private data object passed to zalloc and zfree
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 334 pollBytes.reset(e->NewByteArray(sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData)
336 e->SetByteArrayRegion(pollBytes.get(), 0, sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData),
337 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData);
338 e->SetByteArrayRegion(pollBytes.get(), sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData),
418 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AppData);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 298 OMX_U32 AppData = 100;
450 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa);
453 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 354 OMX_U32 AppData = G726_APP_ID;
534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa);
537 error = TIOMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 460 OMX_U32 AppData = G711_APP_ID;
740 error = OMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
743 error = TIOMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 405 OMX_U32 AppData = G711ENC_APP_ID;
550 eError = OMX_GetHandle(&pHandle, strG711Encoder, &AppData, &G711CaBa);
553 eError = TIOMX_GetHandle(&pHandle, strG711Encoder, &AppData, &G711CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 187 OMX_U32 AppData = G722_APP_ID;
262 error = OMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa);
265 error = TIOMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 454 OMX_U32 AppData = G726ENC_APP_ID;
662 eError = TIOMX_GetHandle(&pHandle, strG726Encoder, &AppData, &G726CaBa);
665 eError = TIOMX_GetHandle(&pHandle, strG726Encoder, &AppData, &G726CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 383 OMX_U32 AppData = 100;
677 error = OMX_GetHandle(&pHandle, strG729Decoder, &AppData, &G729CaBa);
680 error = TIOMX_GetHandle(&pHandle, strG729Decoder, &AppData, &G729CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 368 OMX_U32 AppData = G729ENC_APP_ID;
545 eError = OMX_GetHandle(&pHandle, strG729Encoder, &AppData, &G729CaBa);
548 eError = TIOMX_GetHandle(&pHandle, strG729Encoder, &AppData, &G729CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 520 OMX_U32 AppData = NBAMRENC_APP_ID;
741 eError = OMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
744 eError = TIOMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 488 OMX_U32 AppData = 100;
805 error = OMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
808 error = TIOMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 499 OMX_U32 AppData = WBAMRENC_APP_ID;
729 eError = OMX_GetHandle(&pHandle, strWbAmrEncoder, &AppData, &AmrCaBa);
732 eError = TIOMX_GetHandle(&pHandle, strWbAmrEncoder, &AppData, &AmrCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 467 OMX_U32 AppData = 100;
774 error = TIOMX_GetHandle(&pHandle, strWmaEncoder, &AppData, &WmaCaBa);
777 error = TIOMX_GetHandle(&pHandle, strWmaEncoder, &AppData, &WmaCaBa);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_RFReaderB.c 724 (void)memcpy((void *)p_tag_b_info->AtqB.AtqResInfo.AppData,
    [all...]
phHciNfc_RFReaderA.c 454 (void)memcpy(p_tag_a_info->AppData,
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 594 OMX_U32 AppData = 100;
829 eError = TIOMX_GetHandle(&pHandle,StrJpegDecoder, (void *)&AppData, &JPEGCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 541 OMX_U32 AppData = 100;
819 error = OMX_GetHandle(pHandle,strAacEncoder,&AppData, &AacCaBa);
822 error = TIOMX_GetHandle(pHandle,strAacEncoder,&AppData, &AacCaBa);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 448 OMX_U32 AppData = 100;
879 error = TIOMX_GetHandle(&pHandle,strAmrDecoder,&AppData, &AmrCaBa);
    [all...]

Completed in 617 milliseconds