/device/generic/opengl-transport/host/commands/emugen/ |
D | Var.h | 32 PointerDir dir, in Var() 51 PointerDir dir, in init() 90 void setPointerDir(PointerDir dir) { m_pointerDir = dir; } in setPointerDir()
|
D | ApiGen.cpp | 454 Var::PointerDir dir = var.pointerDir(); in writeVarEncodingExpression() local 763 Var::PointerDir dir = evars[j].pointerDir(); in genEncoderImpl() local
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/ |
D | iaxxx-sysid-defs.h | 221 #define IAXXX_SYSID_GEN_PLUGIN_SYSID(pluginId,dir,index) \ argument 231 #define IAXXX_SYSID_GEN_CHANNEL_SYSID(channelId,dir,index) \ argument 243 #define IAXXX_SYSID_GEN_TUNNEL_SYSID(tunnelId,dir,index) \ argument 252 #define IAXXX_SYSID_GEN_BT_SYSID(btId,dir,index) (((IAXXX_SYSID_RESOURCE_TYPE_BT << IAXXX_SYSID_POS… argument 258 #define IAXXX_SYSID_GEN_FILE_SYSID(fileId,dir,index) \ argument 268 #define IAXXX_SYSID_GEN_SENSOR_SYSID(sensorId,dir,index) \ argument 276 #define IAXXX_SYSID_GEN_DEBUG_SYSID(procId,type,dir,index) \ argument
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/ |
D | iaxxx-sysid-defs.h | 788 #define IAXXX_SYSID_GEN_PLUGIN_SYSID(pluginId, dir, index) \ argument 820 #define IAXXX_SYSID_GEN_CHANNEL_SYSID(channelId, dir, index) \ argument 856 #define IAXXX_SYSID_GEN_TUNNEL_SYSID(tunnelId, dir, index) \ argument 887 #define IAXXX_SYSID_GEN_BT_SYSID(btId, dir, index) \ argument 915 #define IAXXX_SYSID_GEN_FILE_SYSID(fileId, dir, index) \ argument 944 #define IAXXX_SYSID_GEN_SENSOR_SYSID(sensorId, dir, index) \ argument 976 #define IAXXX_SYSID_GEN_DEBUG_SYSID(procId, type, dir, index) \ argument
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/tests/ |
D | rustflags.rs | 10 let dir = env::current_exe().unwrap().parent().unwrap().to_path_buf(); in test_with_sysroot() localVariable
|
/device/google/zuma/dumpstate/ |
D | dump_power.cpp | 64 DIR *dir = opendir(directory); in isValidDir() local 80 DIR *dir = opendir(directory); in getFilesInDir() local 157 DIR *dir = opendir("/sys/class/power_supply/"); in dumpTcpmPsyUevent() local 379 DIR *dir = opendir(config[1]); in dumpBatteryDefend() local 415 DIR *dir = opendir(debugfs.c_str()); in printValuesOfDirectory() local 560 DIR *dir = opendir(stat[1]); in dumpChargerStats() local
|
/device/google/trout/vport_trigger/ |
D | main.cpp | 40 DIR* dir = opendir(sysfs_base); in main() local
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | abc-pcie-dma.h | 44 enum abc_dma_data_direction dir; member 61 enum abc_dma_data_direction dir; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | abc-pcie-dma.h | 48 enum abc_dma_data_direction dir; /* direction of the DMA transfer */ member 68 enum abc_dma_data_direction dir; /* direction of the DMA transfer */ member
|
/device/google/cuttlefish/host/commands/stop/ |
D | main.cc | 51 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(parent_path.c_str()), closedir); in FallbackDirs() local 76 for (const auto& dir : dirs) { in GetCandidateProcessGroups() local
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | client_server.cpp | 72 const std::string& dir) { in New()
|
/device/google/zumapro/dumpstate/ |
D | dump_power.cpp | 66 DIR *dir = opendir(directory); in isValidDir() local 82 DIR *dir = opendir(directory); in getFilesInDir() local 363 DIR *dir = opendir(config[1]); in dumpBatteryDefend() local 399 DIR *dir = opendir(debugfs.c_str()); in printValuesOfDirectory() local 576 DIR *dir = opendir(stat[1]); in dumpChargerStats() local
|
/device/google/cuttlefish/host/commands/tombstone_receiver/ |
D | main.cpp | 34 static std::string next_tombstone_path(const std::string& dir) { in next_tombstone_path()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | clean.cc | 58 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(path.c_str()), closedir); in CleanPriorFiles() local
|
/device/google/cuttlefish_vmm/ |
D | gen_android_bp.py | 52 def dir(self) -> Path: member in Architecture
|
/device/generic/goldfish/camera/ |
D | list_qemu_cameras.cpp | 164 std::string_view dir; in listQemuCameras() local
|
/device/google/sunfish-kernel/sm7150/kernel-headers/sound/ |
D | devdep_params.h | 64 int32_t dir; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/ |
D | devdep_params.h | 58 int32_t dir; member
|
/device/google/coral-kernel/sm8150/kernel-headers/sound/ |
D | devdep_params.h | 64 int32_t dir; member
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/sound/ |
D | devdep_params.h | 58 int32_t dir; member
|
/device/google/redbull-kernel/sm7250/kernel-headers/sound/ |
D | devdep_params.h | 52 int32_t dir; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/sound/ |
D | devdep_params.h | 58 int32_t dir; member
|
/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 151 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(path.c_str()), closedir); in DirectoryContents() local 594 const std::string& dir, in WalkDirectory()
|
/device/linaro/dragonboard/shared/utils/rmtfs/ |
D | sharedmem.c | 412 DIR *dir; in rmtfs_mem_enumerate() local
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/ |
D | lib.rs | 163 let dir = dir.into(); in with_dir() localVariable
|