Searched defs:tag (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhardware.h29 * Value for the hw_module_t.tag field
87 /** tag must be initialized to HARDWARE_MODULE_TAG */
88 uint32_t tag; member in struct:hw_module_t
164 /** tag must be initialized to HARDWARE_DEVICE_TAG */
165 uint32_t tag; member in struct:hw_device_t
H A Daudio_effect.h885 // tag must be initialized to AUDIO_EFFECT_LIBRARY_TAG
886 uint32_t tag; member in struct:audio_effect_library_s
/hardware/ril/mock-ril/src/java/com/android/internal/communication/
H A DMsg.java237 * @param tag for the header
239 public void printHeader(String tag) { argument
240 Log.d(tag, " cmd=" + mHeader.getCmd() + " token=" + mHeader.getToken() + " status="
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.cpp172 ::google::protobuf::uint32 tag; local
173 while ((tag = input->ReadTag()) != 0) {
174 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
177 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
192 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
208 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
224 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
240 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
245 input, tag, mutable_unknown_fields()));

Completed in 201 milliseconds