Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/system/tools/hidl/
DScope.cpp31 bool Scope::addType(NamedType *type, std::string *errorMsg) { in addType()
97 for (const NamedType *type : mTypes) { in containsInterfaces() local
119 return forEachType([&](Type *type) { in emitTypeDeclarations()
125 return forEachType([&](Type *type) { in emitGlobalTypeDeclarations()
131 return forEachType([&](Type *type) { in emitGlobalHwDeclarations()
138 return forEachType([&](Type *type) { in emitJavaTypeDeclarations()
145 return forEachType([&](Type *type) { in emitTypeDefinitions()
155 return forEachType([&](Type *type) { in emitVtsTypeDeclarations()
161 for (const auto &type : mTypes) { in isJavaCompatible() local
171 for (const auto &type : mTypes) { in containsPointer() local
[all …]
DAST.cpp178 bool AST::addTypeDef(const char* localName, Type* type, const Location& location, in addTypeDef()
186 bool AST::addScopedType(NamedType* type, std::string* errorMsg, Scope* scope) { in addScopedType()
190 bool AST::addScopedTypeInternal(NamedType* type, std::string* errorMsg, Scope* scope) { in addScopedTypeInternal()
219 Type* type = lookupType(enumTypeName, scope); in lookupEnumValue() local
275 Type* type = scope->lookupType(fqName); in lookupTypeLocally() local
458 Type* type = pair.second; in findDefinedType() local
503 for (const auto* type : mRootScope.getSubTypes()) { in isJavaCompatible() local
DMethod.cpp72 void Method::cppImpl(MethodImplType type, Formatter &out) const { in cppImpl()
82 void Method::javaImpl(MethodImplType type, Formatter &out) const { in javaImpl()
245 TypedVar::TypedVar(const char *name, Type *type) in TypedVar()
254 const Type &TypedVar::type() const { in type() function in android::TypedVar
/system/extras/simpleperf/nonlinux_support/include/linux/
Dioctl.h17 #define __IO(type, nr) argument
18 #define __IOR(type, nr, size) argument
19 #define __IOW(type, nr, size) argument
/system/keymaster/
Dkeymaster_tags.cpp138 #define DEFINE_KEYMASTER_TAG(type, name) TypedTag<type, KM_##name> name argument
184 #define DEFINE_KEYMASTER_ENUM_TAG(type, name, enumtype) TypedEnumTag<type, KM_##name, enumtype> name argument
/system/bt/stack/avdt/
Davdt_ad.cc48 uint8_t avdt_ad_type_to_tcid(uint8_t type, tAVDT_SCB* p_scb) { in avdt_ad_type_to_tcid()
74 uint8_t type; in avdt_ad_tcid_to_type() local
124 tAVDT_TC_TBL* avdt_ad_tc_tbl_by_st(uint8_t type, tAVDT_CCB* p_ccb, in avdt_ad_tc_tbl_by_st()
199 tAVDT_TC_TBL* avdt_ad_tc_tbl_by_type(uint8_t type, tAVDT_CCB* p_ccb, in avdt_ad_tc_tbl_by_type()
461 uint8_t avdt_ad_write_req(uint8_t type, tAVDT_CCB* p_ccb, tAVDT_SCB* p_scb, in avdt_ad_write_req()
488 void avdt_ad_open_req(uint8_t type, tAVDT_CCB* p_ccb, tAVDT_SCB* p_scb, in avdt_ad_open_req()
560 void avdt_ad_close_req(uint8_t type, tAVDT_CCB* p_ccb, tAVDT_SCB* p_scb) { in avdt_ad_close_req()
/system/core/adb/sysdeps/posix/
Dnetwork.cpp53 static int _network_loopback_client(bool ipv6, int port, int type, std::string* error) { in _network_loopback_client()
79 int network_loopback_client(int port, int type, std::string* error) { in network_loopback_client()
88 static int _network_loopback_server(bool ipv6, int port, int type, std::string* error) { in _network_loopback_server()
118 int network_loopback_server(int port, int type, std::string* error) { in network_loopback_server()
/system/media/radio/src/
Dradio_metadata.c103 const radio_metadata_type_t type, in add_metadata()
216 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_int() local
228 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_text() local
241 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_raw() local
251 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_clock() local
286 radio_metadata_type_t type; in radio_metadata_add_metadata() local
373 radio_metadata_type_t *type, in radio_metadata_get_at_index()
400 radio_metadata_type_t *type, in radio_metadata_get_from_key()
/system/bt/btif/src/
Dbtif_sock.cc122 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name, in btsock_listen()
156 static bt_status_t btsock_connect(const RawAddress* bd_addr, btsock_type_t type, in btsock_connect()
189 static void btsock_signaled(int fd, int type, int flags, uint32_t user_id) { in btsock_signaled()
Dbtif_debug_btsnoop.cc32 #define REDUCE_HCI_TYPE_TO_SIGNIFICANT_BITS(type) ((type) >> 8) argument
53 static void btsnoop_cb(const uint16_t type, const uint8_t* data, in btsnoop_cb()
82 static size_t btsnoop_calculate_packet_length(uint16_t type, in btsnoop_calculate_packet_length()
/system/media/audio_route/
Daudio_route.c53 unsigned int type; member
88 static bool is_supported_ctl_type(enum mixer_ctl_type type) in is_supported_ctl_type()
102 static size_t sizeof_ctl_type(enum mixer_ctl_type type) { in sizeof_ctl_type()
313 enum mixer_ctl_type type = mixer_ctl_get_type(ctl); in path_add_value() local
379 enum mixer_ctl_type type; in path_apply() local
401 enum mixer_ctl_type type; in path_reset() local
459 enum mixer_ctl_type type; in start_tag() local
580 enum mixer_ctl_type type; in alloc_mixer_state() local
620 enum mixer_ctl_type type; in free_mixer_state() local
645 enum mixer_ctl_type type; in audio_route_update_mixer() local
[all …]
/system/bt/tools/scripts/
Dbtsnooz.py43 def type_to_direction(type): argument
54 def type_to_hci(type): argument
/system/update_engine/common/
Dfake_prefs.cc44 FakePrefs::PrefType const FakePrefs::PrefConsts<string>::type = member in chromeos_update_engine::FakePrefs::PrefConsts<string>
51 FakePrefs::PrefType const FakePrefs::PrefConsts<int64_t>::type = member in chromeos_update_engine::FakePrefs::PrefConsts<int64_t>
58 FakePrefs::PrefType const FakePrefs::PrefConsts<bool>::type = member in chromeos_update_engine::FakePrefs::PrefConsts<bool>
108 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName()
Dhttp_common.cc71 const char *GetHttpContentTypeString(HttpContentType type) { in GetHttpContentTypeString()
73 HttpContentType type; in GetHttpContentTypeString() member
/system/vold/
DCryptCommandListener.cpp107 static int getType(const char* type) in getType()
150 static int do_enablecrypto(char* arg2, char* arg4, int type, bool no_ui) { in do_enablecrypto()
221 int type = CRYPT_TYPE_DEFAULT; in runCommand() local
286 int type = getType(argv[2]); in runCommand() local
/system/bt/osi/src/
Dmetrics.cc150 static DeviceInfo_DeviceType get_device_type(device_type_t type) { in get_device_type()
165 connection_tech_t type) { in get_connection_tech_type()
180 static ScanEvent_ScanTechnologyType get_scan_tech_type(scan_tech_t type) { in get_scan_tech_type()
198 static WakeEvent_WakeEventType get_wake_event_type(wake_event_type_t type) { in get_wake_event_type()
211 disconnect_reason_t type) { in get_disconnect_reason_type()
278 void BluetoothMetricsLogger::LogWakeEvent(wake_event_type_t type, in LogWakeEvent()
297 scan_tech_t type, uint32_t results, in LogScanEvent()
/system/core/libcutils/
Dsocket_local_server_unix.c28 int socket_local_server(const char *name, int namespaceId, int type) in socket_local_server()
97 int socket_local_server(const char *name, int namespace, int type)
Dsocket_local_client_unix.c27 int socket_local_client(const char *name, int namespaceId, int type) in socket_local_client()
153 int socket_local_client(const char *name, int namespaceId, int type) in socket_local_client()
Dsocket_network_client_unix.c46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, in socket_network_client_timeout()
122 int socket_network_client(const char* host, int port, int type) { in socket_network_client()
/system/bt/stack/avct/
Davct_defs.h51 #define AVCT_BUILD_HDR(p, label, type, cr_ipid) \ argument
54 #define AVCT_PARSE_HDR(p, label, type, cr_ipid) \ argument
/system/core/libutils/include/utils/
DCondition.h73 void signal(WakeUpType type) { in signal()
97 inline Condition::Condition(int type) { in Condition()
/system/core/init/
Ddescriptors.cpp37 DescriptorInfo::DescriptorInfo(const std::string& name, const std::string& type, uid_t uid, in DescriptorInfo()
74 SocketInfo::SocketInfo(const std::string& name, const std::string& type, uid_t uid, in SocketInfo()
97 FileInfo::FileInfo(const std::string& name, const std::string& type, uid_t uid, in FileInfo()
/system/bt/stack/include/
Dadvertise_data_parser.h116 uint8_t type, uint8_t* p_length) { in GetFieldByType()
145 uint8_t type, uint8_t* p_length) { in GetFieldByType()
/system/tools/hidl/c2hal/
DTypeDef.h32 static std::string type() { return "typedef"; } in type() function
DVarDeclaration.h33 static std::string type() { return "var"; } in type() function

12345678910>>...14