/hardware/invensense/6515/libsensors_iio/software/build/android/ |
D | shared.mk | 46 for DIR in $(LIB_FOLDERS); do ( \ 47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 49 for DIR in $(APP_FOLDERS); do ( \ 50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 54 for DIR in $(LIB_FOLDERS); do ( \ 55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 57 for DIR in $(APP_FOLDERS); do ( \ 58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 62 for DIR in $(LIB_FOLDERS); do ( \ 63 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
D | shared.mk | 46 for DIR in $(LIB_FOLDERS); do ( \ 47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 49 for DIR in $(APP_FOLDERS); do ( \ 50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 54 for DIR in $(LIB_FOLDERS); do ( \ 55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 57 for DIR in $(APP_FOLDERS); do ( \ 58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ 62 for DIR in $(LIB_FOLDERS); do ( \ 63 cd $$DIR && $(MAKE) -f shared.mk $@ ); \ [all …]
|
/hardware/qcom/media/msm8998/ |
D | configure.ac | 110 … [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])], 114 [AS_HELP_STRING([--with-binder-inc=DIR],[location of common headers])], 118 [AS_HELP_STRING([--with-utils-inc=DIR],[location of common headers])], 122 [AS_HELP_STRING([--with-cutils-inc=DIR],[location of common headers])], 126 [AS_HELP_STRING([--with-kernel-inc=DIR],[location of common headers])], 130 [AS_HELP_STRING([--with-kernel-uapi-inc=DIR],[location of common headers])], 134 [AS_HELP_STRING([--with-adreno-inc=DIR],[location of common headers])], 138 [AS_HELP_STRING([--with-libgpustats-headers=DIR],[location of common headers])], 142 [AS_HELP_STRING([--with-libpqstats-headers=DIR],[location of common headers])], 146 [AS_HELP_STRING([--with-ui-inc=DIR],[location of common headers])], [all …]
|
/hardware/qcom/sm8150/media/ |
D | configure.ac | 113 … [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])], 117 [AS_HELP_STRING([--with-binder-inc=DIR],[location of common headers])], 121 [AS_HELP_STRING([--with-utils-inc=DIR],[location of common headers])], 125 [AS_HELP_STRING([--with-cutils-inc=DIR],[location of common headers])], 129 [AS_HELP_STRING([--with-kernel-inc=DIR],[location of common headers])], 133 [AS_HELP_STRING([--with-kernel-uapi-inc=DIR],[location of common headers])], 137 [AS_HELP_STRING([--with-adreno-inc=DIR],[location of common headers])], 141 [AS_HELP_STRING([--with-libgpustats-headers=DIR],[location of common headers])], 145 [AS_HELP_STRING([--with-ui-inc=DIR],[location of common headers])], 149 [AS_HELP_STRING([--with-gralloc-inc=DIR],[location of common headers])], [all …]
|
/hardware/qcom/sm7250/media/ |
D | configure.ac | 105 … [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])], 109 [AS_HELP_STRING([--with-binder-inc=DIR],[location of common headers])], 113 [AS_HELP_STRING([--with-utils-inc=DIR],[location of common headers])], 117 [AS_HELP_STRING([--with-cutils-inc=DIR],[location of common headers])], 121 [AS_HELP_STRING([--with-kernel-inc=DIR],[location of common headers])], 125 [AS_HELP_STRING([--with-kernel-uapi-inc=DIR],[location of common headers])], 129 [AS_HELP_STRING([--with-adreno-inc=DIR],[location of common headers])], 133 [AS_HELP_STRING([--with-libgpustats-headers=DIR],[location of common headers])], 137 [AS_HELP_STRING([--with-ui-inc=DIR],[location of common headers])], 141 [AS_HELP_STRING([--with-gralloc-inc=DIR],[location of common headers])], [all …]
|
/hardware/google/pixel/usb/ |
D | I2cHelper.cpp | 36 DIR *dp = opendir(hsi2cPath.c_str()); in getI2cBusNumberString() 76 DIR *dp; in getI2cClientPath()
|
D | UsbBusHelper.cpp | 31 DIR *dp = opendir(busPath.c_str()); in getBusNumberString() 79 DIR *dp; in getBusClientPath()
|
/hardware/interfaces/audio/common/all-versions/ |
D | copyHAL.sh | 108 for DIR in $DIRS; do 109 cp -Tar $DIR/$BASE_VERSION $DIR/$NEW_VERSION 110 COPY+=" $DIR/$NEW_VERSION"
|
/hardware/google/camera/common/hal/aidl_service/ |
D | libc_wrappers.cc | 31 using opendir_function_type = DIR* (*)(const char*); 123 extern "C" DIR* opendir(const char* name) { in opendir() 126 DIR* ret = real_function(name); in opendir()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | iio_utils.h | 105 DIR *dp; in iioutils_get_type() 200 DIR *dp; in iioutils_get_param_float() 281 DIR *dp; in build_channel_array() 645 DIR *dp; in enable() 674 DIR *dp; in disable_q_out()
|
/hardware/interfaces/cas/1.0/default/ |
D | FactoryLoader.h | 102 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() 142 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins()
|
/hardware/interfaces/cas/aidl/default/ |
D | FactoryLoader.h | 90 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() 127 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins()
|
/hardware/interfaces/cas/1.1/default/ |
D | FactoryLoader.h | 94 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() 131 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins()
|
/hardware/interfaces/cas/1.2/default/ |
D | FactoryLoader.h | 94 DIR* pDir = opendir(dirPath.c_str()); in findFactoryForScheme() 131 DIR* pDir = opendir(dirPath.c_str()); in enumeratePlugins()
|
/hardware/google/pixel/rebalance_interrupts/ |
D | rebalance_interrupts.cpp | 122 std::unique_ptr<DIR, decltype(&closedir)> irq_dir(opendir(SYSFS_IRQDIR), closedir); in GetIrqmap() 228 std::unique_ptr<DIR, decltype(&closedir)> irq_dir(opendir(PROC_IRQDIR), closedir); in ChownIrqAffinity()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | vendor_modules.cpp | 37 DIR* dir = opendir(directory.c_str()); in scanModules()
|
/hardware/google/graphics/common/memtrack-pixel/core/ |
D | filesystem.cpp | 51 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(p.string().c_str()), &closedir); in directory_iterator()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | iio_utils.h | 107 DIR *dp; in iioutils_get_type() 202 DIR *dp; in iioutils_get_param_float() 282 DIR *dp; in build_channel_array() 598 DIR *dp; in enable_se()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | iio_utils.h | 107 DIR *dp; in iioutils_get_type() 202 DIR *dp; in iioutils_get_param_float() 282 DIR *dp; in build_channel_array() 598 DIR *dp; in enable_se()
|
/hardware/interfaces/drm/1.0/default/include/ |
D | PluginLoader.h | 44 DIR* pDir = opendir(pluginDir.c_str()); in PluginLoader()
|
/hardware/qcom/display/msm8998/ |
D | configure.ac | 32 AS_HELP_STRING([--with-sanitized-headers=DIR],
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ |
D | configure.ac | 24 AS_HELP_STRING([--with-sanitized-headers=DIR],
|
/hardware/qcom/sm8150/thermal/ |
D | thermal_common.c | 130 DIR *tdir = NULL; in get_tzn() 156 DIR *tzdir = NULL; in get_tzn()
|
/hardware/qcom/sm7250/display/ |
D | configure.ac | 32 AS_HELP_STRING([--with-sanitized-headers=DIR],
|
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211_extn.c | 90 DIR *oem_lib_dir; in wpa_driver_oem_initialize()
|