Home
last modified time | relevance | path

Searched refs:pch (Results 1 – 9 of 9) sorted by relevance

/hardware/st/secure_element2/secure_element/1.0/
DSecureElement.cpp644 char * pch; in parseConfigFile() local
657 pch = strtok(s," =;"); in parseConfigFile()
658 if (strcmp("GTO_DEV", pch) == 0) { in parseConfigFile()
659 pch = strtok(NULL, " =;"); in parseConfigFile()
660 ALOGD("SecureElement:%s Defined node : %s", __func__, pch); in parseConfigFile()
661 if (strlen(pch) > 0 && strcmp("\n", pch) != 0 && strcmp("\0", pch) != 0 ) { in parseConfigFile()
662 se_gto_set_gtodev(ctx, pch); in parseConfigFile()
664 } else if (strcmp("GTO_DEBUG", pch) == 0) { in parseConfigFile()
665 pch = strtok(NULL, " =;"); in parseConfigFile()
666 ALOGD("SecureElement:%s Log state : %s", __func__, pch); in parseConfigFile()
[all …]
/hardware/st/secure_element2/secure_element/aidl/
DSecureElement.cpp677 char * pch; in parseConfigFile() local
690 pch = strtok(s," =;"); in parseConfigFile()
691 if (strcmp("GTO_DEV", pch) == 0) { in parseConfigFile()
692 pch = strtok (NULL, " =;"); in parseConfigFile()
693 ALOGD("SecureElement:%s Defined node : %s", __func__, pch); in parseConfigFile()
694 if (strlen(pch) > 0 && strcmp("\n", pch) != 0 && strcmp("\0", pch) != 0 ) { in parseConfigFile()
695 se_gto_set_gtodev(ctx, pch); in parseConfigFile()
697 } else if (strcmp("GTO_DEBUG", pch) == 0) { in parseConfigFile()
698 pch = strtok(NULL, " =;"); in parseConfigFile()
699 ALOGD("SecureElement:%s Log state : %s", __func__, pch); in parseConfigFile()
[all …]
/hardware/st/secure_element2/secure_element/1.1/
DSecureElement.cpp683 char * pch; in parseConfigFile() local
696 pch = strtok(s," =;"); in parseConfigFile()
697 if (strcmp("GTO_DEV", pch) == 0) { in parseConfigFile()
698 pch = strtok(NULL, " =;"); in parseConfigFile()
699 ALOGD("SecureElement:%s Defined node : %s", __func__, pch); in parseConfigFile()
700 if (strlen(pch) > 0 && strcmp("\n", pch) != 0 && strcmp("\0", pch) != 0 ) { in parseConfigFile()
701 se_gto_set_gtodev(ctx, pch); in parseConfigFile()
703 } else if (strcmp("GTO_DEBUG", pch) == 0) { in parseConfigFile()
704 pch = strtok(NULL, " =;"); in parseConfigFile()
705 ALOGD("SecureElement:%s Log state : %s", __func__, pch); in parseConfigFile()
[all …]
/hardware/st/secure_element2/secure_element/1.2/
DSecureElement.cpp720 char * pch; in parseConfigFile() local
733 pch = strtok(s," =;"); in parseConfigFile()
734 if (strcmp("GTO_DEV", pch) == 0) { in parseConfigFile()
735 pch = strtok (NULL, " =;"); in parseConfigFile()
736 ALOGD("SecureElement:%s Defined node : %s", __func__, pch); in parseConfigFile()
737 if (strlen(pch) > 0 && strcmp("\n", pch) != 0 && strcmp("\0", pch) != 0 ) { in parseConfigFile()
738 se_gto_set_gtodev(ctx, pch); in parseConfigFile()
740 } else if (strcmp("GTO_DEBUG", pch) == 0) { in parseConfigFile()
741 pch = strtok(NULL, " =;"); in parseConfigFile()
742 ALOGD("SecureElement:%s Log state : %s", __func__, pch); in parseConfigFile()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp105 const char* pch; in SetUp() local
108 pch = strchr(substring, '.'); in SetUp()
109 ASSERT_NE(pch, nullptr); in SetUp()
112 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp108 const char* pch; in SetUp() local
111 pch = strchr(substring, '.'); in SetUp()
112 ASSERT_NE(pch, nullptr); in SetUp()
115 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp100 const char* pch; in SetUp() local
103 pch = strchr(substring, '.'); in SetUp()
104 ASSERT_NE(pch, nullptr) << "Invalid Component Role"; in SetUp()
105 substring[pch - substring] = '\0'; in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp107 const char* pch; in SetUp() local
110 pch = strchr(substring, '.'); in SetUp()
111 ASSERT_NE(pch, nullptr); in SetUp()
114 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp119 const char* pch; in SetUp() local
122 pch = strchr(substring, '.'); in SetUp()
123 ASSERT_NE(pch, nullptr); in SetUp()
126 if (!strcasecmp(pch + 1, kStringToName[i].Name)) { in SetUp()