Searched refs:GetId (Results 1 – 14 of 14) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | phy_layer_factory.cc | 43 if ((*it)->GetId() == id) { in UnregisterPhyLayer() 61 if (id != phy->GetId()) { in Send() 92 factory_->UnregisterPhyLayer(GetId()); in ~PhyLayerImpl() 97 factory_->Send(packet, GetId()); in Send()
|
D | phy_layer.h | 40 uint32_t GetId() { in GetId() function
|
/system/tools/aidl/ |
D | aidl_to_cpp.cpp | 42 output << method.GetId() << " /* " << method.GetName() << " */"; in GetTransactionIdFor()
|
D | aidl_apicheck.cpp | 88 if (old_m->GetId() != new_m->GetId()) { in are_compatible_interfaces() 90 << old_m->Signature() << " is changed from " << old_m->GetId() << " to " in are_compatible_interfaces() 91 << new_m->GetId() << "."; in are_compatible_interfaces()
|
D | aidl.cpp | 321 if (usedIds.find(item->GetId()) != usedIds.end()) { in check_and_assign_method_ids() 323 AIDL_ERROR(item) << "Found duplicate method id (" << item->GetId() << ") for method " in check_and_assign_method_ids() 328 if (item->GetId() < kMinUserSetMethodId || item->GetId() > kMaxUserSetMethodId) { in check_and_assign_method_ids() 329 AIDL_ERROR(item) << "Found out of bounds id (" << item->GetId() << ") for method " in check_and_assign_method_ids() 334 usedIds.insert(item->GetId()); in check_and_assign_method_ids()
|
D | aidl_language.h | 420 int GetId() const { return id_; } in GetId() function
|
D | generate_ndk.cpp | 233 return "(FIRST_CALL_TRANSACTION + " + std::to_string(m.GetId()) + " /*" + m.GetName() + "*/)"; in MethodId()
|
D | aidl_language.cpp | 603 ret += " = " + std::to_string(GetId()); in ToString()
|
D | generate_java_binder.cpp | 1050 item->GetId(), in generate_binder_interface_class()
|
/system/apex/apexd/ |
D | apexd_session.cpp | 169 int ApexSession::GetId() const { return state_.id(); } in GetId() function in android::apex::ApexSession 212 Status ApexSession::DeleteSession() const { return deleteSessionDir(GetId()); } in DeleteSession() 215 return out << "[id = " << session.GetId() in operator <<()
|
D | apexd_session.h | 45 int GetId() const;
|
D | apexservice.cpp | 225 session_info->sessionId = session.GetId(); in convertToApexSessionInfo() 555 StringLog() << "Session ID: " << session.GetId() << child_ids_str in dump()
|
D | apexd.cpp | 1380 auto sessionId = session.GetId(); in scanStagedSessionsDirAndStage()
|
/system/core/base/ |
D | logging.cpp | 376 LogId GetId() const { in GetId() function in android::base::LogMessageData 432 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetId(), data_->GetSeverity(), in ~LogMessage() 440 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetId(), data_->GetSeverity(), in ~LogMessage()
|