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

  /external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp 14 TC<int> tci; variable
debug-info-template.cpp 13 TC<int> tci; variable
  /hardware/samsung_slsi/exynos5/libsecurepath/
content_protect.cpp 69 tciMessage_t *tci = NULL; local
83 // Step 2: Check TCI buffer.
84 tci = cp_ctx.tci_msg;
85 if (NULL == tci) {
86 LOG_E("TCI has not been set up properly - exiting");
93 // Step 3.1: Prepare command message in TCI
94 tci->cmd.id = CMD_WV_DRM_ENABLE_PATH_PROTECTION;
95 memcpy(tci->cmd.data, &protect_ip, sizeof(protect_ip));
96 tci->cmd.data_len = sizeof(protect_ip);
99 // Step 3.2: Send Trustlet TCI Messag
133 tciMessage_t *tci = NULL; local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.h 52 uint8_t *tci; member in class:MobicoreDriverResources
57 uint8_t *tci,
MobiCoreDriverDaemon.cpp 230 uint8_t *tci = NULL; local
266 tci = (uint8_t *)malloc(DRIVER_TCI_LEN);
269 LOG_E("allocating WSM TCI for Trustlet failed");
273 cmdOpenSession.tci = (uint32_t)pTciWsm->physAddr;
317 conn, tci, pTciWsm, rspOpenSession.payload.sessionId));
  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.cpp 80 SequentialThreadSupport::SequentialThreadConstructionInfo tci("solverThreads", SolverThreadFunc, SolverlsMemoryFunc);
81 SequentialThreadSupport* threadSupport = new SequentialThreadSupport(tci);
98 SequentialThreadSupport::SequentialThreadConstructionInfo tci("solverThreads", processCollisionTask, createCollisionLocalStoreMemory);
99 SequentialThreadSupport* threadSupport = new SequentialThreadSupport(tci);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 256 addr_t tci; local
260 if (!findContiguousWsm(handle, &tci, &len)) {
274 mcpMessage->cmdOpen.adrTciBuffer = (uint32_t)(tci);
278 LOG_I(" Using phys=%p, len=%d as TCI buffer",
279 (addr_t)(cmdOpenSession->tci),
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
MobiCoreDriverCmd.h 92 uint32_t tci; member in struct:MC_DRV_CMD_OPEN_SESSION_struct
  /external/openssl/ssl/
ssltest.c 2538 const SSL_CIPHER *ci, *tci = NULL; local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 122 #define MC_DRV_ERR_TCI_TOO_BIG MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI length is too high. */
123 #define MC_DRV_ERR_WSM_NOT_FOUND MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI was not allocated with mallocWsm(). */
124 #define MC_DRV_ERR_TCI_GREATER_THAN_WSM MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI length is bigger than allocated WSM. */
161 * the content of this structure via the TCI.
172 #define MC_MAX_TCI_LEN 0x100000 /**< TCI/DCI must not exceed 1MiB */
222 * @param [in] tci TCI buffer for communicating with the trustlet.
223 * @param [in] tciLen Length of the TCI buffer. Maximum allowed value is MC_MAX_TCI_LEN.
236 uint8_t *tci,
357 * (besides TCI) to the Trustlet. Limitation of the Trustlet memory structure apply: only 6 chunks can be mappe
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 301 uint8_t *tci,
313 CHECK_NOT_NULL(tci);
316 LOG_E("TCI length is longer than %d", MC_MAX_TCI_LEN);
327 // Get the physical address of the given TCI
328 CWsm_ptr pWsm = device->findContiguousWsm(tci);
330 LOG_E("Could not resolve physical address of TCI");
336 LOG_E("mcOpenSession(): length is more than allocated TCI");
  /external/icu4c/test/intltest/
rbbiapts.cpp 267 CharacterIterator *tci = &wordIter1->getText(); local
269 tci->getText(tstr);
283 tci = &wordIter1->getText();
284 tci->getText(tstr);
286 tci = &charIter1->getText();
287 tci->getText(tstr);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1766 uint16 tci; member in struct:dot11_tclas_fc_2_8021q
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 489 milliseconds