Searched refs:directory (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/
H A Dvendor_modules.cpp35 void VendorModules::scanModules(const std::string &directory) { argument
36 DIR* dir = opendir(directory.c_str());
38 ALOGE("Unable to open drm VTS vendor directory %s", directory.c_str());
43 string fullpath = directory + "/" + entry->d_name;
/hardware/qcom/display/msm8909w_3100/include/
H A DAndroid.mk11 #TODO move all exported headers to this directory
/hardware/qcom/display/msm8998/include/
H A DAndroid.mk12 #TODO move all exported headers to this directory
/hardware/google/av/codec2/
H A DAndroid.mk19 # only document include directory, no internal sections
/hardware/interfaces/media/omx/1.0/vts/functional/
H A DREADME.md4 The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but also test to omx core functionality and to an extent omx components as well. The current directory contains the following folders: audio, common, component, master and video. Besides common all other folders contain test fixtures for testing AV decoder, encoder components. Common constitutes files that are used across by these test applications.

Completed in 177 milliseconds