Searched refs:type (Results 176 - 200 of 592) sorted by relevance

1234567891011>>

/system/bt/btcore/test/
H A Dproperty_test.cc37 EXPECT_EQ(BT_PROPERTY_BDADDR, property->type);
53 EXPECT_EQ(BT_PROPERTY_CLASS_OF_DEVICE, property->type);
68 EXPECT_EQ(BT_PROPERTY_TYPE_OF_DEVICE, property->type);
82 EXPECT_EQ(BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT, property->type);
96 EXPECT_EQ(BT_PROPERTY_BDNAME, property->type);
110 EXPECT_EQ(BT_PROPERTY_REMOTE_RSSI, property->type);
124 EXPECT_EQ(BT_PROPERTY_ADAPTER_SCAN_MODE, property->type);
141 EXPECT_EQ(BT_PROPERTY_UUIDS, property->type);
/system/bt/btif/include/
H A Dbtif_api.h126 bt_status_t btif_get_adapter_property(bt_property_type_t type);
150 bt_property_type_t type);
/system/bt/osi/include/
H A Dmetrics.h122 * device_type: type of remote device
134 * type: whether it was acquired or released
138 void LogWakeEvent(wake_event_type_t type, const std::string& requestor,
148 * type: whether the scan reports BR/EDR, LE, or both.
151 void LogScanEvent(bool start, const std::string& initator, scan_tech_t type,
165 * connection_tech_type : type of connection technology
193 * device_type : type of remote device
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dpacket.cc30 Packet::Packet(serial_data_type_t type, vector<uint8_t> header) argument
31 : type_(type), header_(std::move(header)) {
98 // Add one for the type octet.
/system/core/debuggerd/crasher/arm/
H A Dcrashglue.S2 .type crash1, %function
59 .type crashnostack, %function
/system/core/include/nativebridge/
H A Dnative_bridge.h30 // Function pointer type for sigaction. This is mostly the signature of a signal handler, except
31 // for the return type. The runtime needs to know whether the signal was handled or should be given
144 uint64_t type,
309 // type [IN] the attribute of the namespace.
320 uint64_t type,
/system/core/libcutils/arch-arm/
H A Dmemset32.S27 .type android_memset32, %function
29 .type android_memset16, %function
/system/core/libdiskconfig/include/diskconfig/
H A Ddiskconfig.h67 uint8_t type; /* byte 4 */ member in struct:pc_partition
84 uint8_t type; member in struct:part_info
/system/core/libnetutils/
H A Ddhcpmsg.c24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) argument
50 *x++ = type;
/system/core/libprocinfo/include/procinfo/
H A Dprocess.h59 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
87 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
/system/media/audio/include/system/
H A Dsound_trigger.h48 SOUND_MODEL_TYPE_UNKNOWN = -1, /* use for unspecified sound model type */
98 sound_trigger_sound_model_type_t type; /* model type. e.g. SOUND_MODEL_TYPE_KEYPHRASE */ member in struct:sound_trigger_sound_model
144 sound_trigger_sound_model_type_t type; /* event type, same as sound model type. member in struct:sound_trigger_recognition_event
/system/media/radio/include/system/
H A Dradio_metadata.h67 * Return the type of the meta data corresponding to the key specified
73 * the meta data type corresponding to the key or RADIO_METADATA_TYPE_INVALID
116 * -EINVAL if the buffer passed is invalid or the key does not match an integer type
135 * -EINVAL if the buffer passed is invalid or the key does not match a text type or text
155 * -EINVAL if the buffer passed is invalid or the key does not match a raw type
175 * - EINVAL if the buffer passed is invalid or the key does not match a raw type
248 * - type: where the meta data type should be returned
260 radio_metadata_type_t *type,
273 * - type
[all...]
/system/nfc/src/nfa/sys/
H A Dnfa_sys_ptim.c123 uint16_t type, int32_t timeout) {
135 p_tle->event = type;
122 nfa_sys_ptim_start_timer(tPTIM_CB* p_cb, TIMER_LIST_ENT* p_tle, uint16_t type, int32_t timeout) argument
/system/tools/aidl/
H A Daidl_language.cpp52 AidlArgument::AidlArgument(AidlArgument::Direction direction, AidlType* type, argument
54 : type_(type),
60 AidlArgument::AidlArgument(AidlType* type, std::string name, unsigned line) argument
61 : type_(type),
132 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, argument
137 type_(type),
150 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, argument
153 : AidlMethod(oneway, type, name, args, line, comments, 0) {
/system/update_engine/common/
H A Dhttp_fetcher.cc33 HttpContentType type) {
38 post_content_type_ = type;
32 SetPostData(const void* data, size_t size, HttpContentType type) argument
/system/bt/hci/src/
H A Dbtsnoop.cc83 static void btsnoop_write_packet(packet_type_t type, uint8_t* packet,
225 uint8_t type; member in struct:__anon737
237 static void btsnoop_write_packet(packet_type_t type, uint8_t* packet, argument
242 switch (type) {
267 header.type = type;
/system/core/libdiskconfig/
H A Dconfig_mbr.c30 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, argument
45 pentry->type = type;
49 ALOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u",
50 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba);
113 pinfo->type, *lba, (uint32_t)len_lba);
178 pinfo->type, 1, len);
/system/core/libunwindstack/tests/
H A DElfTest.cpp48 void InitElf32(uint32_t type) { argument
55 ehdr.e_machine = type;
67 if (type == EM_ARM) {
85 if (type == EM_ARM) {
99 void InitElf64(uint32_t type) { argument
106 ehdr.e_machine = type;
/system/extras/memcpy-perf/
H A Dmemcpy-perf.cpp54 BenchType type = MemcpyBench; local
61 type = MemcpyBench;
63 type = MemsetBench;
65 type = SumBench;
115 switch (type) {
179 if (type == MemcpyBench)
/system/nfc/src/nfa/dm/
H A Dnfa_dm_main.c44 /* type for action functions */
214 uint8_t type, len, *p_value, *p_stored, max_len; local
230 while (tlv_list_len - xx >= 2) /* at least type and len */
233 type = *(p_tlv_list + xx);
238 switch (type) {
352 if ((type >= NFC_PMID_LF_T3T_ID1) &&
353 (type < NFC_PMID_LF_T3T_ID1 + NFA_CE_LISTEN_INFO_MAX)) {
354 p_stored = nfa_dm_cb.params.lf_t3t_id[type - NFC_PMID_LF_T3T_ID1];
381 /* we don't store this type */
/system/update_engine/scripts/
H A Dpaycheck.py61 check_opts.add_option('-t', '--type', metavar='TYPE', dest='assert_type',
65 type='int',
80 default=0, type='int',
83 default=0, type='int',
97 trace_opts.add_option('-b', '--root-block', metavar='BLOCK', type='int',
99 trace_opts.add_option('-B', '--kern-block', metavar='BLOCK', type='int',
101 trace_opts.add_option('-s', '--skip', metavar='NUM', default='0', type='int',
108 # Validate a value given to --type, if any.
110 parser.error('invalid argument to --type: %s' % opts.assert_type)
130 # Check number of arguments, enforce payload type accordingl
[all...]
/system/tools/hidl/
H A DgenerateJava.cpp36 out << arg->type().getJavaType()
43 arg->type().emitJavaReaderWriter(out, parcelObj,
50 // Splits types.hal up into one java file per declared type.
52 for (const auto &type : mRootScope->getSubTypes()) {
53 std::string typeName = type->localName();
55 if (type->isTypeDef()) {
88 type->emitJavaTypeDeclarations(out, true /* atTopLevel */);
290 out << method->results()[0]->type().getJavaType();
366 out << method->results()[0]->type().getJavaType();
500 method->results()[0]->type()
[all...]
/system/bt/osi/src/
H A Dmetrics.cc150 static DeviceInfo_DeviceType get_device_type(device_type_t type) { argument
151 switch (type) {
165 connection_tech_t type) {
166 switch (type) {
180 static ScanEvent_ScanTechnologyType get_scan_tech_type(scan_tech_t type) { argument
181 switch (type) {
198 static WakeEvent_WakeEventType get_wake_event_type(wake_event_type_t type) { argument
199 switch (type) {
211 disconnect_reason_t type) {
212 switch (type) {
164 get_connection_tech_type( connection_tech_t type) argument
210 get_disconnect_reason_type( disconnect_reason_t type) argument
278 LogWakeEvent(wake_event_type_t type, const std::string& requestor, const std::string& name, uint64_t timestamp_ms) argument
295 LogScanEvent(bool start, const std::string& initator, scan_tech_t type, uint32_t results, uint64_t timestamp_ms) argument
[all...]
/system/core/liblog/
H A Dlog_event_list.c381 * Gets the next element. Parsing errors result in an EVENT_TYPE_UNKNOWN type.
383 * an EVENT_TYPE_UNKNOWN type is returned once, and the caller does not check
402 elem.type = EVENT_TYPE_UNKNOWN;
406 elem.type = EVENT_TYPE_LIST_STOP;
418 elem.type = EVENT_TYPE_LIST_STOP;
439 elem.type = EVENT_TYPE_UNKNOWN;
444 elem.type = context->storage[pos++];
445 switch ((int)elem.type) {
452 elem.type = EVENT_TYPE_UNKNOWN;
471 elem.type
[all...]
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp81 static const char *rtMessageName(int type) { argument
83 switch (type) {
165 int type = nh->nlmsg_type; local
166 if (type != RTM_NEWADDR && type != RTM_DELADDR) {
167 SLOGE("parseIfAddrMessage on incorrect message type 0x%x\n", type);
172 const char *msgtype = rtMessageName(type);
231 mAction = (type == RTM_NEWADDR) ? Action::kAddressUpdated :
305 uint8_t type local
[all...]

Completed in 618 milliseconds

1234567891011>>