Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/libs/input/
DVirtualInputDevice.cpp92 {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/
DCameraActions.java22 public static final int RELEASE = 2; field in CameraActions
61 case RELEASE: in stringify()
DCameraAgent.java319 getCameraHandler().obtainMessage(CameraActions.RELEASE).sendToTarget(); in closeCamera()
327 getCameraHandler().obtainMessage(CameraActions.RELEASE).sendToTarget(); in closeCamera()
DAndroidCamera2AgentImpl.java254 case CameraActions.RELEASE: { in handleMessage()
644 if (cameraAction != CameraActions.RELEASE && mCamera != null) { in handleMessage()
DAndroidCameraAgentImpl.java396 case CameraActions.RELEASE: { in handleMessage()
/frameworks/native/services/surfaceflinger/
DMutexUtils.h29 ~ConditionalLock() RELEASE() { in RELEASE() function
43 ~TimedLock() RELEASE() { in RELEASE() function
DSurfaceFlinger.cpp1090 FrameEvent::RELEASE, in getSupportedFrameTimestamps()
/frameworks/base/core/java/android/util/
DConfig.java37 public static final boolean RELEASE = true; field in Config
/frameworks/native/libs/gui/aidl/android/gui/
DFrameEvent.aidl33 RELEASE = 9, enumConstant
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DServiceEntitlementRequest.java134 .setTerminalSoftwareVersion(VERSION.RELEASE) in builder()
/frameworks/native/include/input/
DVirtualInputDevice.h24 RELEASE = 0, enumerator
/frameworks/multidex/library/
Dbuild.gradle63 if (!name.equals(com.android.builder.core.BuilderConstants.RELEASE)) {
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java181 case RELEASE: in toMotionEventType()
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp37 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/
DUtils.java315 Build.VERSION.RELEASE, in getUserAgent()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp497 mFramesDirty[mReleaseOffset].setDirty<FrameEvent::RELEASE>(); in addRelease()
590 if (dirtyFields.isDirty<FrameEvent::RELEASE>()) { in FrameEventsDelta()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp214 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/
DBuild.java347 public static final String RELEASE = getString("ro.build.version.release"); field in Build.VERSION
/frameworks/av/drm/libmediadrm/
DDrmHalAidl.cpp150 case KeyRequestType::RELEASE: in toKeyRequestType()
597 aKeyType = KeyType::RELEASE; in getKeyRequest()
DDrmHalHidl.cpp703 case KeyRequestType::RELEASE: in toKeyRequestType()
744 hKeyType = KeyType::RELEASE; in getKeyRequest()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsDatabase.java433 return Build.VERSION.RELEASE + ";" in getBuildFingerprint()
/frameworks/av/services/audioflinger/
DThreads.h443 RELEASE(audio_utils::EffectChain_Mutex);
/frameworks/native/libs/gui/tests/
DSurface_test.cpp708 FrameEvent::RELEASE}; in getSupportedFrameTimestamps()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp801 RELEASE(mutex) NO_THREAD_SAFETY_ANALYSIS in dumpReleaseLock()
/frameworks/proto_logging/stats/
Datoms.proto2757 RELEASE = 0; enumerator
9437 // Build.VERSION.RELEASE. The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas".

12