Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/
DMakefile36 all: libs apps install
46 apps: $(APPLICATIONS) target
/device/google/cuttlefish/shared/sepolicy/
Dusbforward.te15 # domain and it does not run Android apps. Thus, the laxer access restrictions of this domain
16 # do not impact how compatible the resulting Android emulator appears to system services and apps.
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
DREADME.txt1 See: https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmbeddedPkg/Fdt
/device/google/bonito-sepolicy/vendor/qcom/common/
Dqtelephony.te1 # Qualcomm telephony apps, such as AtFwd and FastDormancy
Dfile_contexts196 # This is labeled as same_process_hal_file as it needs to be read by apps
200 # Vendor libs that are exposed to apps (those listed in /vendor/etc/public.libraries.txt
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dqtelephony.te1 # Qualcomm telephony apps, such as AtFwd and FastDormancy
Dseapp_contexts28 user=_app seinfo=googlepulse name=com.google.android.apps.googlecamera.fishfood domain=google_camer…
Dfile_contexts186 # This is labeled as same_process_hal_file as it needs to be read by apps
190 # Vendor libs that are exposed to apps (those listed in /vendor/etc/public.libraries.txt
/device/google/marlin/sepolicy/
Dqtelephony.te1 # Qualcomm telephony apps, such as AtFwd and FastDormancy
Dseapp_contexts13 # AtFwd and FastDormancy apps
/device/google/wahoo/sepolicy/vendor/
Dqtelephony.te1 # Qualcomm telephony apps, such as AtFwd and FastDormancy
Dseapp_contexts23 user=_app seinfo=googlepulse name=com.google.android.apps.googlecamera.fishfood domain=google_camer…
/device/linaro/bootloader/edk2/FatBinPkg/
DReadMe.txt9 …Build Instructions: http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Binaries
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c192 struct App apps[32]; variable
227 struct App *currApp = &apps[appCount++]; in parseInstalledAppInfo()
242 if (apps[i].id == appId) { in findApp()
243 return &apps[i]; in findApp()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp255 std::vector<HubAppInfo> apps; in handleOsMessage() local
267 apps.push_back(app); in handleOsMessage()
271 cb->handleAppsInfo(apps); in handleOsMessage()
Dsystem_comms.cpp1066 Json::Value::Members apps = appsObject->getMemberNames(); in restoreApps() local
1067 for (auto &it : apps) { in restoreApps()
1349 int SystemComm::AppManager::getAppsToStart(std::vector<hub_app_name_t> &apps) in getAppsToStart() argument
1352 apps.clear(); in getAppsToStart()
1360 apps.push_back({ .id = id }); in getAppsToStart()
Dsystem_comms.h339 int getAppsToStart(std::vector<hub_app_name_t> &apps);
/device/google/contexthub/firmware/
DREADME36 2.1 to build nanohub OS and all apps
/device/linaro/bootloader/edk2/EdkShellBinPkg/
DReadMe.txt16 Build Instructions are available on this page http://sourceforge.net/apps/mediawiki/tianocore/index…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/
DReadme.md11 set OPENSSL_CONF=%OPENSSL_HOME%\apps\openssl.cnf
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr38 Our format allows apps that are up to 256MB of flash and 256MB of ram in size.
/device/linaro/hikey/
Dinit.common.rc56 # If an app forces screen rotation, revert it once the apps closes
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2j.patch24 diff --git a/apps/apps.c b/apps/apps.c
26 --- a/apps/apps.c
27 +++ b/apps/apps.c