Searched refs:clientInfo (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessRecord.java | 593 final ApplicationInfo clientInfo = getClientInfoForSdkSandbox(); in ProcessRecord() local 594 sdkSandboxClientAppVolumeUuid = clientInfo != null in ProcessRecord() 595 ? clientInfo.volumeUuid : null; in ProcessRecord() 996 ApplicationInfo clientInfo = getClientInfoForSdkSandbox(); in isDebuggable() local 997 return clientInfo != null && (clientInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; in isDebuggable()
|
H A D | ProcessList.java | 1820 ApplicationInfo clientInfo = app.getClientInfoForSdkSandbox(); 1821 if (clientInfo != null) { 1822 debuggableFlag |= (clientInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; 1823 isProfileableByShell |= clientInfo.isProfileableByShell(); 1824 isProfileable |= clientInfo.isProfileable();
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintManager.java | 1448 final int clientInfo = acquireInfo == FINGERPRINT_ACQUIRED_VENDOR in sendAcquiredResult() local 1451 mEnrollmentCallback.onEnrollmentHelp(clientInfo, msg); in sendAcquiredResult() 1454 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_media_AudioSystem.cpp | 535 const record_client_info_t *clientInfo, in android_media_AudioSystem_recording_callback() argument 547 if (clientInfo == NULL || clientConfig == NULL || deviceConfig == NULL) { in android_media_AudioSystem_recording_callback() 583 event, (jint) clientInfo->riid, (jint) clientInfo->uid, in android_media_AudioSystem_recording_callback() 584 clientInfo->session, clientInfo->source, clientInfo->port_id, in android_media_AudioSystem_recording_callback() 585 clientInfo->silenced, recParamArray, jClientEffects, jEffects, in android_media_AudioSystem_recording_callback()
|