/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 92 {AKEY_EVENT_ACTION_UP, UinputAction::RELEASE}, 242 {AMOTION_EVENT_ACTION_BUTTON_RELEASE, UinputAction::RELEASE}, 283 {AMOTION_EVENT_ACTION_UP, UinputAction::RELEASE}, 310 if (uinputAction == UinputAction::RELEASE && !mActivePointers.test(pointerId)) { in isValidPointerId() 343 if (uinputAction == UinputAction::RELEASE && !handleTouchUp(pointerId, eventTime)) { in writeTouchEvent() 376 if (!writeInputEvent(EV_KEY, BTN_TOUCH, static_cast<int32_t>(UinputAction::RELEASE), in handleTouchUp() 445 if (uinputAction == UinputAction::RELEASE && !handleStylusUp(tool, eventTime)) { in writeMotionEvent() 499 if (!writeInputEvent(EV_KEY, tool, static_cast<int32_t>(UinputAction::RELEASE), eventTime)) { in handleStylusUp() 503 if (!writeInputEvent(EV_KEY, BTN_TOUCH, static_cast<int32_t>(UinputAction::RELEASE), in handleStylusUp()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraActions.java | 22 public static final int RELEASE = 2; field in CameraActions 61 case RELEASE: in stringify()
|
D | CameraAgent.java | 319 getCameraHandler().obtainMessage(CameraActions.RELEASE).sendToTarget(); in closeCamera() 327 getCameraHandler().obtainMessage(CameraActions.RELEASE).sendToTarget(); in closeCamera()
|
D | AndroidCamera2AgentImpl.java | 254 case CameraActions.RELEASE: { in handleMessage() 644 if (cameraAction != CameraActions.RELEASE && mCamera != null) { in handleMessage()
|
D | AndroidCameraAgentImpl.java | 396 case CameraActions.RELEASE: { in handleMessage()
|
/frameworks/native/services/surfaceflinger/ |
D | MutexUtils.h | 29 ~ConditionalLock() RELEASE() { in RELEASE() function 43 ~TimedLock() RELEASE() { in RELEASE() function
|
D | SurfaceFlinger.cpp | 1090 FrameEvent::RELEASE, in getSupportedFrameTimestamps()
|
/frameworks/base/core/java/android/util/ |
D | Config.java | 37 public static final boolean RELEASE = true; field in Config
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | FrameEvent.aidl | 33 RELEASE = 9, enumConstant
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/ |
D | ServiceEntitlementRequest.java | 134 .setTerminalSoftwareVersion(VERSION.RELEASE) in builder()
|
/frameworks/native/include/input/ |
D | VirtualInputDevice.h | 24 RELEASE = 0, enumerator
|
/frameworks/multidex/library/ |
D | build.gradle | 63 if (!name.equals(com.android.builder.core.BuilderConstants.RELEASE)) {
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | BridgeRenderSession.java | 181 case RELEASE: in toMotionEventType()
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 37 RELEASE = IBinder::FIRST_CALL_TRANSACTION, enumerator 376 remote()->transact(RELEASE, data, &reply); in release() 508 case RELEASE: { in onTransact()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | Utils.java | 315 Build.VERSION.RELEASE, in getUserAgent()
|
/frameworks/native/libs/gui/ |
D | FrameTimestamps.cpp | 497 mFramesDirty[mReleaseOffset].setDirty<FrameEvent::RELEASE>(); in addRelease() 590 if (dirtyFields.isDirty<FrameEvent::RELEASE>()) { in FrameEventsDelta()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/ |
D | DrmPlugin.cpp | 214 in_keyType != KeyType::RELEASE)) { in getKeyRequest() 237 if (in_keyType == KeyType::RELEASE) { in getKeyRequest() 257 keyRequestType = KeyRequestType::RELEASE; in getKeyRequest()
|
/frameworks/base/core/java/android/os/ |
D | Build.java | 347 public static final String RELEASE = getString("ro.build.version.release"); field in Build.VERSION
|
/frameworks/av/drm/libmediadrm/ |
D | DrmHalAidl.cpp | 150 case KeyRequestType::RELEASE: in toKeyRequestType() 597 aKeyType = KeyType::RELEASE; in getKeyRequest()
|
D | DrmHalHidl.cpp | 703 case KeyRequestType::RELEASE: in toKeyRequestType() 744 hKeyType = KeyType::RELEASE; in getKeyRequest()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsDatabase.java | 433 return Build.VERSION.RELEASE + ";" in getBuildFingerprint()
|
/frameworks/av/services/audioflinger/ |
D | Threads.h | 443 RELEASE(audio_utils::EffectChain_Mutex);
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 708 FrameEvent::RELEASE}; in getSupportedFrameTimestamps()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 801 RELEASE(mutex) NO_THREAD_SAFETY_ANALYSIS in dumpReleaseLock()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2757 RELEASE = 0; enumerator 9437 // Build.VERSION.RELEASE. The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas".
|