/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 20 doc::test("Calling openDevice(\"primary\") should return the primary device."); in TEST_P() 42 doc::test("Make sure getMicrophones always succeeds"); in TEST_P() 52 doc::test( in TEST_P() 118 doc::test("Check that the HAL can be notified of device connection and deconnection"); in TEST_P() 129 doc::partialTest("setConnectedState is not supported"); in TEST_P() 147 return doc::partialTest("GetDevices is not supported"); in testGetDevices() 158 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 172 areAudioPatchesSupported() ? doc::partialTest("Audio patches are supported") 180 return doc::partialTest("getHwAvSync is not supported"); in checkGetHwAVSync() 187 doc::test("The HAL should not crash on metadata change"); in TEST_P() [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 319 doc::test("Test parsing audio_policy_configuration.xml (called in SetUp)"); in TEST_P() 350 doc::test("Test the getService"); in TEST_P() 354 doc::test("Test passing an invalid parameter to openDevice"); in TEST_P() 388 doc::test("Test openDevice (called during setup)"); in TEST_P() 392 doc::test("Test that the audio hal initialized correctly"); in TEST_P() 421 doc::test("Test openPrimaryDevice (called during setup)"); in TEST_P() 470 doc::partialTest(propertyName + " setter is not supported"); 478 doc::partialTest(propertyName + " getter is not supported"); 500 doc::test("Check that the mic can be muted and unmuted"); in TEST_P() 507 doc::test("If master mute is supported, try to mute and unmute the master output"); 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") 67 doc::test("Make sure setMode always succeeds if mode is valid and fails otherwise"); in TEST_P()
|
/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/interfaces/audio/core/all-versions/vts/functional/6.0/ |
D | AudioPrimaryHidlHalTest.cpp | 92 doc::test("Verify that a device can't be closed if there are streams opened"); in TEST_P() 113 doc::test("Verify that a device can't be closed if there are streams opened"); in TEST_P()
|
/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/sm8150/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
|