Searched refs:SYSPROPS_TRANSACTION (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IBinder.java | 154 int SYSPROPS_TRANSACTION = ('_'<<24)|('S'<<16)|('P'<<8)|'R'; field
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
H A D | SystemPropPoker.java | 86 obj.transact(IBinder.SYSPROPS_TRANSACTION, data, null, 0); in doInBackground()
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | atrace.te | 20 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
|
/aosp12/frameworks/native/include/binder/ |
H A D | IBinder.h | 60 SYSPROPS_TRANSACTION = B_PACK_CHARS('_', 'S', 'P', 'R'), enumerator
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | IBinder.h | 60 SYSPROPS_TRANSACTION = B_PACK_CHARS('_', 'S', 'P', 'R'), enumerator
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | atrace.te | 25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | atrace.te | 24 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | atrace.te | 25 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | atrace.te | 24 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
|
/aosp12/system/sepolicy/private/ |
H A D | atrace.te | 24 # SYSPROPS_TRANSACTION, to tell them to reload the debug.atrace.* properties.
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Binder.cpp | 424 case SYSPROPS_TRANSACTION: { in onTransact()
|
/aosp12/system/extras/ANRdaemon/ |
H A D | ANRdaemon.cpp | 173 obj->transact(IBinder::SYSPROPS_TRANSACTION, data, NULL, 0); in dfs_poke_binder()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_Binder.cpp | 434 if (code == SYSPROPS_TRANSACTION) { in onTransact()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 5437 code == IBinder::SYSPROPS_TRANSACTION) { in CheckTransactCodeCredentials()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 2486 if (code == SYSPROPS_TRANSACTION) { in onTransact() 2510 procs.get(i).transact(IBinder.SYSPROPS_TRANSACTION, data2, null, in onTransact()
|