Home
last modified time | relevance | path

Searched refs:mClientInfo (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/router/1.0/
H A DPipeClient.cpp33 mClientInfo(info) { in PipeClient()
37 if (mClientInfo == nullptr) { in getClientName()
41 auto status = mClientInfo->getClientName(&name); in getClientName()
49 AIBinder_linkToDeath(mClientInfo->asBinder().get(), mDeathMonitor.get(), monitor)); in startClientMonitor()
/aosp12/packages/services/Car/cpp/computepipe/example/
H A DFaceTracker.cpp84 mClientInfo = ndk::SharedRefBase::make<ClientInfo>(); in init()
85 ndk::ScopedAStatus status = queryService->getPipeRunner(kGraphName, mClientInfo, &mPipeRunner); in init()
H A DFaceTracker.h97 std::shared_ptr<ClientInfo> mClientInfo = nullptr; variable
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/include/
H A DPipeClient.h54 … const std::shared_ptr<aidl::android::automotive::computepipe::registry::IClientInfo> mClientInfo; variable
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1787 svc->doOnRecordingConfigurationUpdate(data->mEvent, &data->mClientInfo, in threadLoop()
2129 data->mClientInfo = *clientInfo; in recordingConfigurationUpdateCommand()
H A DAudioPolicyService.h642 record_client_info_t mClientInfo; variable