HomeSort by relevance Sort by last modified time
    Searched defs:AppInfo (Results 1 - 5 of 5) sorted by null

  /external/dynamic_depth/includes/dynamic_depth/
app_info.h 16 * A AppInfo element for a Dynamic Depth device.
18 class AppInfo : public Element {
24 // Example: ("AppInfo", "http://ns.google.com/photos/dd/1.0/appinfo/")
32 // Creates an AppInfo from the given fields. Returns null if the version
47 static std::unique_ptr<AppInfo> FromData(
51 // Returns the deserialized AppInfo; null if parsing fails.
52 static std::unique_ptr<AppInfo> FromDeserializer(
62 AppInfo(const AppInfo&) = delete
    [all...]
  /development/vndk/tools/sourcedr/files/
list_app_shared_uid.py 73 AppInfo = collections.namedtuple(
74 'AppInfo', 'name shared_uid installed_path source_path')
106 result.append(AppInfo(
  /external/dynamic_depth/internal/dynamic_depth/
app_info.cc 17 const char kPropertyPrefix[] = "AppInfo";
24 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/appinfo/";
29 AppInfo::AppInfo() : application_(""), version_(""), item_uri_("") {}
32 void AppInfo::GetNamespaces(
42 std::unique_ptr<AppInfo> AppInfo::FromData(
74 std::unique_ptr<AppInfo>
75 vendor_info(std::unique_ptr<AppInfo>(new AppInfo())); // NOLIN
    [all...]
const.cc 10 constexpr char kAppInfo[] = "AppInfo";
40 const char* DynamicDepthConst::AppInfo() { return kAppInfo; }
78 // belongs. AppInfo and VendorInfo are not included because they can belong to
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 203 struct AppInfo {

Completed in 552 milliseconds