Searched defs:isSink (Results 1 - 8 of 8) sorted by relevance
| /foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/ |
| H A D | channel_manager.cpp | 90 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local 121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local [all...] |
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/ |
| H A D | channel_manager.cpp | 90 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local 121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local [all...] |
| /foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
| H A D | cast_device_data_manager.cpp | 192 bool CastDeviceDataManager::SetDeviceRole(const std::string &deviceId, bool isSink) in SetDeviceRole() argument
|
| H A D | connection_manager.cpp | 818 auto isSink = CastDeviceDataManager::GetInstance().GetDeviceRole(deviceId); in DestroyConsulationSession() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 249 bool TypePromotion::isSink(Value *V) { in isSink() function in TypePromotion
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
| H A D | component_manager.cpp | 868 int32_t ComponentManager::GetVersion(const std::string &uuid, DHType dhType, std::string &version, bool isSink) in GetVersion() argument 822 GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, std::string &version, bool isSink) GetVersionFromVerMgr() argument 842 GetVersionFromVerInfoMgr(const std::string &uuid, const DHType dhType, std::string &version, bool isSink) GetVersionFromVerInfoMgr() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 316 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function in llvm::cl::Option
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | CommandLine.h | 286 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function in llvm::cl::Option
|
Completed in 14 milliseconds