/hardware/st/secure_element2/secure_element/1.0/ |
D | SecureElement.cpp | 644 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/ |
D | SecureElement.cpp | 677 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/ |
D | SecureElement.cpp | 683 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/ |
D | SecureElement.cpp | 720 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/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 105 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()
|
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 108 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/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 100 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/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 107 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()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 119 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()
|