HomeSort by relevance Sort by last modified time
    Searched refs:appId (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /device/google/contexthub/util/nanotool/
nanomessage.cpp 250 event->event_data.hdr.appId = kAppIdBridge;
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 634 int appId = UserHandle.getAppId(info.uid);
635 if (appId >= Process.FIRST_APPLICATION_UID) {
637 sb.append(appId - Process.FIRST_APPLICATION_UID);
640 sb.append(appId);
    [all...]
AppErrors.java 205 void resetProcessCrashTimeLocked(boolean resetEntireUser, int appId, int userId) {
214 if (UserHandle.getAppId(entUid) == appId) {
218 if (entUid == UserHandle.getUid(userId, appId)) {
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 113 void Composer::CommandWriter::setLayerInfo(uint32_t type, uint32_t appId)
121 write(appId);
726 uint32_t appId)
731 mWriter.setLayerInfo(type, appId);
HWC2.h 325 [[clang::warn_unused_result]] Error setInfo(uint32_t type, uint32_t appId);
HWC2.cpp 873 Error Layer::setInfo(uint32_t type, uint32_t appId)
875 auto intError = mComposer.setLayerInfo(mDisplayId, mId, type, appId);
  /hardware/interfaces/radio/1.0/
IRadio.hal 562 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
568 string password, int32_t serviceClass, string appId);
580 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
586 string password, int32_t serviceClass, string appId);
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
Backend.java 256 * @param appId identifier for the delivering application
258 native void nativeSetSourceInfo(String appName, String version, String appId);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 149 mCurrentState.appId = 0;
771 int appId = s.appId;
776 appId = parentState.appId;
779 error = hwcLayer->setInfo(type, appId);
    [all...]
Layer.h 152 uint32_t appId;
241 void setInfo(uint32_t type, uint32_t appId);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
InstantAppRegistry.java 125 /** The set of all installed instant apps. UserID -> AppID */
278 addInstantAppLPw(userId, ps.appId);
343 removeInstantAppLPw(userId, ps.appId);
348 removeAppLPw(userId, ps.appId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 370 int serviceClass, String appId, Message response) {
380 String password, int serviceClass, String appId, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 371 int serviceClass, String appId, Message response) {
381 String password, int serviceClass, String appId, Message response) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 457 String appId, Message response) {
467 int serviceClass, String appId, Message response) {
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 310 private static final String ATTR_APP_ID = "appId";
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java     [all...]
  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.h 202 uint32_t appId);
vr_hwc.cpp 782 uint32_t appId) {
793 hwc_layer->info.app_id = appId;
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 434 data->header.appId = AMS_TMD4903_APP_ID;
454 data->header.appId = AMS_TMD4903_APP_ID;
    [all...]
  /frameworks/base/core/java/android/print/
PrintManager.java 253 * @param appId The application id in which to operate.
256 public PrintManager(Context context, IPrintManager service, int userId, int appId) {
260 mAppId = appId;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 972 String appId, Message response) {
984 int serviceClass, String appId, Message response) {

Completed in 2869 milliseconds

1 2 3 45 6 7