Searched refs:doc (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 208 doc::test("Test parsing audio_policy_configuration.xml (called in SetUp)"); in TEST_F() 236 doc::test("Test the getService (called in SetUp)"); in TEST_F() 240 doc::test("Test passing an invalid parameter to openDevice"); in TEST_F() 295 doc::test("Test the openDevice (called in SetUp)"); in TEST_F() 299 doc::test("Test that the audio primary hal initialized correctly"); in TEST_F() 341 doc::partialTest(propertyName + " setter is not supported"); 349 doc::partialTest(propertyName + " getter is not supported"); 369 doc::test("Check that the mic can be muted and unmuted"); in TEST_F() 375 doc::test("If master mute is supported, try to mute and unmute the master output"); in TEST_F() 383 doc::test("Test the master volume if supported"); in TEST_F() [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 31 doc::test("Calling openDevice(\"primary\") should return the primary device."); in TEST_F() 51 doc::test("Make sure getMicrophones always succeeds"); in TEST_F() 58 doc::test( in TEST_F() 128 doc::test("Check that the HAL can be notified of device connection and deconnection"); in TEST_F() 139 doc::partialTest("setConnectedState is not supported"); in TEST_F() 158 return doc::partialTest("GetDevices is not supported"); in testGetDevices() 169 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 182 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 190 return doc::partialTest("getHwAvSync is not supported"); in checkGetHwAVSync() 197 doc::test("The HAL should not crash on metadata change"); in TEST_P() [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
D | AudioPrimaryHidlHalTest.cpp | 32 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 45 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 66 doc::test("Make sure setMode always succeeds if mode is valid and fails otherwise"); in TEST_F()
|
/hardware/interfaces/audio/common/all-versions/test/utility/src/ |
D | ValidateXml.cpp | 110 auto doc = make_xmlUnique(xmlReadFile(xmlFilePath, nullptr, 0)); in validateXml() local 111 if (doc == nullptr) { in validateXml() 115 if (xmlXIncludeProcess(doc.get()) == -1) { in validateXml() 120 int ret = xmlSchemaValidateDoc(schemaCtxt.get(), doc.get()); in validateXml()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/5.0/ |
D | AudioPrimaryHidlHalTest.cpp | 22 doc::test("Make sure setMicrophoneDirection correctly handles valid & invalid arguments"); in TEST_P() 37 doc::test("Make sure setMicrophoneFieldDimension correctly handles valid & invalid arguments"); in TEST_P()
|
/hardware/qcom/msm8998/json-c/ |
D | RELEASE_CHECKLIST.txt | 47 git add -f doc 48 git commit doc 57 echo doc >> excludes 106 cp -R ../json-c-${release}/doc json-c-${release}/.
|
D | Makefile.am | 3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
|
D | Doxyfile | 33 OUTPUT_DIRECTORY = doc
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | Documentation.h | 29 namespace doc {
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Xml.cpp | 117 xmlDocPtr doc = NULL; in ipacm_read_cfg_xml() local 122 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in ipacm_read_cfg_xml() 123 if (doc == NULL) { in ipacm_read_cfg_xml() 129 root = xmlDocGetRootElement(doc); in ipacm_read_cfg_xml() 142 xmlFreeDoc(doc); in ipacm_read_cfg_xml() 456 xmlDocPtr doc = NULL; in IPACM_read_firewall_xml() local 464 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in IPACM_read_firewall_xml() 465 if (doc == NULL) { in IPACM_read_firewall_xml() 470 root = xmlDocGetRootElement(doc); in IPACM_read_firewall_xml() 481 xmlFreeDoc(doc); in IPACM_read_firewall_xml()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Xml.cpp | 117 xmlDocPtr doc = NULL; in ipacm_read_cfg_xml() local 122 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in ipacm_read_cfg_xml() 123 if (doc == NULL) { in ipacm_read_cfg_xml() 129 root = xmlDocGetRootElement(doc); in ipacm_read_cfg_xml() 142 xmlFreeDoc(doc); in ipacm_read_cfg_xml() 456 xmlDocPtr doc = NULL; in IPACM_read_firewall_xml() local 464 doc = xmlReadFile(xml_file, "UTF-8", XML_PARSE_NOBLANKS); in IPACM_read_firewall_xml() 465 if (doc == NULL) { in IPACM_read_firewall_xml() 470 root = xmlDocGetRootElement(doc); in IPACM_read_firewall_xml() 481 xmlFreeDoc(doc); in IPACM_read_firewall_xml()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 22 // corresponding Java doc?
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 1244 * IKeymasterDevice::update and IKeymasterDevice::finish doc comments, an empty mac indicates
|