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

1 2

  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNciNfcTypes.h 177 uint8_t AppData[PH_NCINFCTYPES_MAX_ATR_LENGTH]; /* Application data information of the
phNfcTypes.h 185 uint8_t AppData[PHNFC_MAX_ATR_LENGTH]; /* Application data information of the
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcTypes.h 185 uint8_t AppData[PHNFC_MAX_ATR_LENGTH]; /* Application data information of the
  /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/libvncserver/rfb/
rfbclient.h 118 } AppData;
186 AppData appData;
  /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 335 pollBytes.reset(e->NewByteArray(sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData)
337 e->SetByteArrayRegion(pollBytes.get(), 0, sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData),
338 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData);
339 e->SetByteArrayRegion(pollBytes.get(), sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData),
419 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AppData);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_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...]
  /external/libvncserver/libvncclient/
vncviewer.c 116 static void initAppData(AppData* data) {
146 initAppData(&client->appData);
166 client->appData.requestedDepth=client->format.depth;
272 if (client->appData.scaleSetting>1)
274 if (!SendScaleSetting(client, client->appData.scaleSetting))
277 client->updateRect.x / client->appData.scaleSetting,
278 client->updateRect.y / client->appData.scaleSetting,
279 client->updateRect.w / client->appData.scaleSetting,
280 client->updateRect.h / client->appData.scaleSetting,
315 client->appData.encodingsString = argv[i+1]
    [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...]
  /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...]

Completed in 1324 milliseconds

1 2