Home
last modified time | relevance | path

Searched refs:SYSPROPS_TRANSACTION (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DIBinder.java154 int SYSPROPS_TRANSACTION = ('_'<<24)|('S'<<16)|('P'<<8)|'R'; field
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
H A DSystemPropPoker.java86 obj.transact(IBinder.SYSPROPS_TRANSACTION, data, null, 0); in doInBackground()
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Datrace.te20 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/aosp12/frameworks/native/include/binder/
H A DIBinder.h60 SYSPROPS_TRANSACTION = B_PACK_CHARS('_', 'S', 'P', 'R'), enumerator
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIBinder.h60 SYSPROPS_TRANSACTION = B_PACK_CHARS('_', 'S', 'P', 'R'), enumerator
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Datrace.te25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Datrace.te24 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Datrace.te25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Datrace.te24 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/aosp12/system/sepolicy/private/
H A Datrace.te24 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp424 case SYSPROPS_TRANSACTION: { in onTransact()
/aosp12/system/extras/ANRdaemon/
H A DANRdaemon.cpp173 obj->transact(IBinder::SYSPROPS_TRANSACTION, data, NULL, 0); in dfs_poke_binder()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp434 if (code == SYSPROPS_TRANSACTION) { in onTransact()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp5437 code == IBinder::SYSPROPS_TRANSACTION) { in CheckTransactCodeCredentials()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2486 if (code == SYSPROPS_TRANSACTION) { in onTransact()
2510 procs.get(i).transact(IBinder.SYSPROPS_TRANSACTION, data2, null, in onTransact()