Home
last modified time | relevance | path

Searched defs:GetAppInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/dynamic_depth/internal/dynamic_depth/
H A Dcamera.cc188 const AppInfo* Camera::GetAppInfo() const { return params_->app_info.get(); } in GetAppInfo() function in dynamic_depth::Camera
H A Ddevice.cc152 const AppInfo* Device::GetAppInfo() const { return params_->app_info.get(); } in GetAppInfo() function in dynamic_depth::Device
/aosp_15_r20/art/runtime/
H A Druntime.h1081 AppInfo* GetAppInfo() { return &app_info_; } in GetAppInfo() function