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

  /external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp 14 TC<int> tci; variable
debug-info-template.cpp 7 // CHECK: metadata [[TCNESTED:![0-9]*]], i32 0, i32 1, %"struct.TC<unsigned int, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested"* @tci, null} ; [ DW_TAG_variable ] [tci]
91 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested 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/chromium_org/ui/base/touch/
touch_factory_x11.cc 133 XITouchClassInfo* tci = local
136 if (tci->mode == XIDirectTouch) {
  /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/chromium_org/third_party/icu/source/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...]
  /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...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
MobiCoreDriverCmd.h 92 uint32_t tci; member in struct:MC_DRV_CMD_OPEN_SESSION_struct
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 2538 const SSL_CIPHER *ci, *tci = NULL; local
    [all...]
  /external/openssl/ssl/
ssltest.c 2538 const SSL_CIPHER *ci, *tci = NULL; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1766 uint16 tci; member in struct:dot11_tclas_fc_2_8021q
    [all...]

Completed in 322 milliseconds