HomeSort by relevance Sort by last modified time
    Searched defs:tci (Results 1 - 9 of 9) 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));
  /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),
  /external/icu4c/test/intltest/
rbbiapts.cpp 263 CharacterIterator *tci = &wordIter1->getText(); local
265 tci->getText(tstr);
279 tci = &wordIter1->getText();
280 tci->getText(tstr);
282 tci = &charIter1->getText();
283 tci->getText(tstr);
    [all...]
  /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 2567 const SSL_CIPHER *ci, *tci = NULL; local
    [all...]

Completed in 958 milliseconds