Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 12 of 12) sorted by relevance

/system/core/adb/
Dsocket_spec.cpp78 bool parse_tcp_socket_spec(std::string_view spec, std::string* hostname, int* port, in parse_tcp_socket_spec()
120 int get_host_socket_spec_port(std::string_view spec, std::string* error) { in get_host_socket_spec_port()
160 bool is_socket_spec(std::string_view spec) { in is_socket_spec()
170 bool is_local_socket_spec(std::string_view spec) { in is_local_socket_spec()
324 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) {
Dservices.cpp156 std::string spec) { in wait_service()
249 std::string spec(name); in host_service_to_socket() local
/system/chre/platform/linux/
Dsystem_timer.cc106 struct itimerspec spec = {}; in isActive() local
120 struct itimerspec spec = {}; in setInternal() local
/system/extras/verity/
DUtils.java166 PKCS8EncodedKeySpec spec = decryptPrivateKey(der); in loadDERPrivateKey() local
226 ECPublicKeySpec spec = factory.getKeySpec(key, ECPublicKeySpec.class); in getSignatureAlgorithm() local
229 ECPrivateKeySpec spec = factory.getKeySpec(key, ECPrivateKeySpec.class); in getSignatureAlgorithm() local
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h203 struct dm_target_spec spec; member
/system/core/fs_mgr/libdm/
Ddm.cpp487 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&buffer[cursor]); in GetTable() local
516 std::string DeviceMapper::GetTargetType(const struct dm_target_spec& spec) { in GetTargetType()
Ddm_target.cpp47 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&data[0]); in Serialize() local
/system/nvram/messages/include/nvram/messages/
Dproto.hpp337 constexpr auto spec = kFieldSpec; in EncodeMember() local
345 constexpr auto spec = kFieldSpec; in DecodeMember() local
/system/vold/
DKeyUtil.cpp206 static bool buildKeySpecifier(fscrypt_key_specifier* spec, const EncryptionPolicy& policy) { in buildKeySpecifier()
/system/core/adb/daemon/
Dfile_sync_service.cpp545 static bool do_send_v1(int s, const std::string& spec, std::vector<char>& buffer) { in do_send_v1()
/system/libbase/
Dlogging.cpp367 std::string spec(specs[i]); in InitLogging() local
/system/gsid/
Dgsi_service.cpp438 const auto& spec = target.spec; in dumpDeviceMapperDevices() local