| /device/google/cuttlefish/host/libs/allocd/ |
| D | alloc_utils.cpp | 52 bool AddTapIface(const std::string& name) { in AddTapIface() 61 bool ShutdownIface(const std::string& name) { in ShutdownIface() 71 bool BringUpIface(const std::string& name) { in BringUpIface() 81 bool CreateEthernetIface(const std::string& name, const std::string& bridge_name, in CreateEthernetIface() 131 bool CreateMobileIface(const std::string& name, uint16_t id, in CreateMobileIface() 159 bool DestroyMobileIface(const std::string& name, uint16_t id, in DestroyMobileIface() 175 bool AddGateway(const std::string& name, const std::string& gateway, in AddGateway() 186 bool DestroyGateway(const std::string& name, const std::string& gateway, in DestroyGateway() 197 bool DestroyEthernetIface(const std::string& name, bool has_ipv4_bridge, in DestroyEthernetIface() 210 void CleanupEthernetIface(const std::string& name, in CleanupEthernetIface() [all …]
|
| /device/google/barbet/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 64 auto name = std::filesystem::path(n); in SetUp() local 75 auto name = std::filesystem::path(n); in SetUp() local 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 118 static bool isRequired(const std::string &name) { in isRequired() 159 auto name = std::string(n); in TEST_P() local 188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 219 auto name = std::get<0>(param); in TEST_P() local 229 auto name = std::get<0>(param); in TEST_P() local [all …]
|
| /device/google/bramble/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 64 auto name = std::filesystem::path(n); in SetUp() local 75 auto name = std::filesystem::path(n); in SetUp() local 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 118 static bool isRequired(const std::string &name) { in isRequired() 159 auto name = std::string(n); in TEST_P() local 188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 219 auto name = std::get<0>(param); in TEST_P() local 229 auto name = std::get<0>(param); in TEST_P() local [all …]
|
| /device/google/redfin/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 64 auto name = std::filesystem::path(n); in SetUp() local 75 auto name = std::filesystem::path(n); in SetUp() local 90 void expectContent(const std::string &name, const T &value) { in expectContent() 96 void updateContent(const std::string &name, const T &value) { in updateContent() 101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 118 static bool isRequired(const std::string &name) { in isRequired() 159 auto name = std::string(n); in TEST_P() local 188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 219 auto name = std::get<0>(param); in TEST_P() local 229 auto name = std::get<0>(param); in TEST_P() local [all …]
|
| /device/google/sunfish/vibrator/drv2624/tests/ |
| D | test-hwapi.cpp | 65 auto name = std::filesystem::path(n); in SetUp() local 76 auto name = std::filesystem::path(n); in SetUp() local 91 void expectContent(const std::string &name, const T &value) { in expectContent() 97 void updateContent(const std::string &name, const T &value) { in updateContent() 102 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 119 static bool isRequired(const std::string &name) { in isRequired() 160 auto name = std::string(n); in TEST_P() local 189 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 220 auto name = std::get<0>(param); in TEST_P() local 230 auto name = std::get<0>(param); in TEST_P() local [all …]
|
| /device/generic/vulkan-cereal/fake-android-guest/cutils/ |
| D | trace.h | 180 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name) argument 181 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 209 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 211 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 224 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 225 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 237 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value) argument 238 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() 250 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value) argument 251 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) in atrace_int64()
|
| /device/google/contexthub/firmware/os/platform/stm32/ |
| D | eeData.c | 36 uint32_t name = info & EE_DATA_NAME_MAX; in eeFind() local 63 static bool eeIsValidName(uint32_t name) in eeIsValidName() 68 static void *eeDataGetEx(uint32_t name, uint32_t *offsetP, bool first, void *buf, uint32_t *szP) in eeDataGetEx() 105 uint32_t name = info & EE_DATA_NAME_MAX; in eeDataGetFree() local 121 bool eeDataGet(uint32_t name, void *buf, uint32_t *szP) in eeDataGet() 128 void *eeDataGetAllVersions(uint32_t name, void *buf, uint32_t *szP, void **stateP) in eeDataGetAllVersions() 141 bool eeDataSet(uint32_t name, const void *buf, uint32_t len) in eeDataSet() 169 bool eeDataEraseOldVersion(uint32_t name, void *vaddr) in eeDataEraseOldVersion()
|
| /device/google/felix/vibrator/cs40l26/tests/ |
| D | test-hwapi.cpp | 54 auto name = std::filesystem::path(n); in SetUp() local 65 auto name = std::filesystem::path(n); in SetUp() local 83 void expectContent(const std::string &name, const T &value) { in expectContent() 89 void updateContent(const std::string &name, const T &value) { in updateContent() 94 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent() 126 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam() 158 auto name = std::get<0>(param); in TEST_P() local 190 auto name = std::get<0>(param); in TEST_P() local 200 auto name = std::get<0>(param); in TEST_P() local 229 auto name = std::get<0>(param); in TEST_P() local [all …]
|
| /device/generic/vulkan-cereal/stream-servers/gl/glsnapshot/ |
| D | GLSnapshot.cpp | 28 void GLSnapshotState::getGlobalStateEnum(GLenum name, int size) { in getGlobalStateEnum() 35 void GLSnapshotState::getGlobalStateByte(GLenum name, int size) { in getGlobalStateByte() 42 void GLSnapshotState::getGlobalStateInt(GLenum name, int size) { in getGlobalStateInt() 49 void GLSnapshotState::getGlobalStateFloat(GLenum name, int size) { in getGlobalStateFloat() 56 void GLSnapshotState::getGlobalStateInt64(GLenum name, int size) { in getGlobalStateInt64() 63 void GLSnapshotState::getGlobalStateEnable(GLenum name) { in getGlobalStateEnable() 127 GLuint GLSnapshotState::getProgramName(GLuint name) { in getProgramName()
|
| /device/generic/vulkan-cereal/stream-servers/tests/ |
| D | GLSnapshotTesting.cpp | 70 GLenum name, in compareGlobalGlBoolean() 81 GLenum name, in compareGlobalGlInt() 92 GLenum name, in compareGlobalGlInt_i() 105 GLenum name, in compareGlobalGlFloat() 178 GLenum name, in compareGlobalGlBooleanv() 193 GLenum name, in compareGlobalGlBooleanv_i() 207 GLenum name, in compareGlobalGlIntv() 222 GLenum name, in compareGlobalGlFloatv()
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | flag_parser.cpp | 244 std::string_view name = alias.name; in WriteGflagsCompatXml() local 262 for (const auto& name : name_guesses) { in WriteGflagsCompatXml() local 379 static bool GflagsCompatBoolFlagSetter(const std::string& name, bool& value, in GflagsCompatBoolFlagSetter() 406 static Flag GflagsCompatBoolFlagBase(const std::string& name) { in GflagsCompatBoolFlagBase() 418 const std::string name = "helpxml"; in HelpXmlFlag() local 464 Flag GflagsCompatFlag(const std::string& name) { in GflagsCompatFlag() 472 Flag GflagsCompatFlag(const std::string& name, std::string& value) { in GflagsCompatFlag() 500 static Flag GflagsCompatNumericFlagGeneric(const std::string& name, T& value) { in GflagsCompatNumericFlagGeneric() 516 Flag GflagsCompatFlag(const std::string& name, int32_t& value) { in GflagsCompatFlag() 520 Flag GflagsCompatFlag(const std::string& name, bool& value) { in GflagsCompatFlag()
|
| /device/google/cuttlefish/host/libs/confui/ |
| D | host_utils.cc | 32 void ThreadTracer::Set(const std::string& name, const std::thread::id tid) { in Set() 51 std::optional<std::thread::id> ThreadTracer::Get(const std::string& name) { in Get() 68 std::optional<std::thread::id> GetId(const std::string& name) { in GetId() 72 void Set(const std::string& name, const std::thread::id tid) { in Set()
|
| /device/google/cuttlefish/host/commands/test_gce_driver/ |
| D | gce_api.cpp | 31 const std::string& name) { in OptStringMember() 39 const std::string& name) { in OptObjMember() 47 const std::string& name) { in OptArrayMember() 54 Json::Value& EnsureObjMember(Json::Value& jn, const std::string& name) { in EnsureObjMember() 61 Json::Value& EnsureArrayMember(Json::Value& jn, const std::string& name) { in EnsureArrayMember() 208 GceInstanceInfo& GceInstanceInfo::Name(const std::string& name) & { in Name() 212 GceInstanceInfo GceInstanceInfo::Name(const std::string& name) && { in Name() 411 auto name = instance.Name(); in Get() local 429 const std::string& name) { in Get() 483 const std::string& name) { in Reset() [all …]
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ |
| D | ScopedGLState.cpp | 27 void ScopedGLState::push(GLenum name) { in push() 71 for (const auto name : names) { in push() local 99 GLenum name = it.first; in ~ScopedGLState() local
|
| D | FramebufferData.cpp | 75 FramebufferData::FramebufferData(GLuint name, GLuint globalName) : ObjectData(FRAMEBUFFER_DATA) in FramebufferData() 224 GLuint name, in setAttachment() 282 GLuint name = m_attachPoints[idx].name; in getAttachmentSamples() local 302 GLuint name = m_attachPoints[idx].name; in getAttachmentDimensions() local 328 GLuint name = m_attachPoints[idx].name; in getAttachmentInternalFormat() local 527 GLint name = 0; in validate() local
|
| /device/google/contexthub/util/nanotool/ |
| D | nanotool.cpp | 82 std::string name; in StrToCommand() local 94 static void PrintUsage(const char *name) { in PrintUsage() 162 static bool ValidateArgs(std::unique_ptr<ParsedArgs>& args, const char *name) { in ValidateArgs() 221 std::string name; in ParseRate() local 242 const char *name) { in ParseSensorArg()
|
| /device/google/cuttlefish/host/commands/cvd/selector/ |
| D | selector_constants.cpp | 129 CvdFlag<std::string> SelectorFlags::GroupNameFlag(const std::string& name) { in GroupNameFlag() 138 CvdFlag<std::string> SelectorFlags::InstanceNameFlag(const std::string& name) { in InstanceNameFlag() 147 CvdFlag<bool> SelectorFlags::DisableDefaultGroupFlag(const std::string& name, in DisableDefaultGroupFlag() 156 CvdFlag<bool> SelectorFlags::AcquireFileLockFlag(const std::string& name, in AcquireFileLockFlag()
|
| /device/google/cuttlefish/guest/hals/camera/ |
| D | vsock_camera_provider_2_7.cpp | 30 extern "C" ICameraProvider* HIDL_FETCH_ICameraProvider(const char* name) { in HIDL_FETCH_ICameraProvider() 109 std::string name(name_hidl_str.c_str()); in getCameraDeviceInterface_V3_x() local 145 void VsockCameraProvider::deviceAdded(const char* name) { in deviceAdded() 152 void VsockCameraProvider::deviceRemoved(const char* name) { in deviceRemoved()
|
| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
| D | SimplifiedConnection.java | 27 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected() 32 public void onBindingDied(ComponentName name) { in onBindingDied()
|
| /device/google/cuttlefish/host/commands/assemble_cvd/ |
| D | super_image_mixer.cc | 162 for (const auto& name : default_target_contents) { in CombineTargetZipFiles() local 174 for (const auto& name : default_target_contents) { in CombineTargetZipFiles() local 186 for (const auto& name : system_target_contents) { in CombineTargetZipFiles() local 198 for (const auto& name : system_target_contents) { in CombineTargetZipFiles() local
|
| /device/google/cuttlefish/host/libs/graphics_detector/ |
| D | lib.cpp | 31 std::optional<Lib> Lib::Load(const char* name) { in Load() 43 Lib::FunctionPtr Lib::GetSymbol(const char* name) { in GetSymbol()
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/ |
| D | Tracing.cpp | 42 void ScopedTraceGuest::beginTraceImpl(const char* name) { in beginTraceImpl() 52 void ScopedTraceGuest::endTraceImpl(const char* name) { in endTraceImpl()
|
| /device/google/cuttlefish/host/commands/cvd/ |
| D | flag.h | 47 CvdFlag(const std::string& name) in CvdFlag() 53 CvdFlag(const std::string& name, const T& default_value) in CvdFlag() 221 auto name = CF_EXPECT(flag.Name()); in EnrollFlag() local 234 Result<CvdFlagProxy> GetFlag(const std::string& name) const { in GetFlag()
|
| /device/google/cuttlefish/tests/hal/ |
| D | hal_implementation_test.cpp | 136 std::string name; member 254 static bool isHidlPackageConsidered(const FQName& name) { in isHidlPackageConsidered() 276 static bool isAospHidlInterface(const FQName& name) { in isAospHidlInterface() 317 static bool isAospAidlInterface(const std::string& name) { in isAospAidlInterface() 451 for (const FQName& name : allHidlManifestInterfaces()) { in TEST() local
|
| /device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
| D | ApiInitializer.h | 27 static void *s_getProc(const char *name, void *userData) { in s_getProc() 33 void *getProc(const char *name) { in getProc()
|