HomeSort by relevance Sort by last modified time
    Searched defs:mHandle (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/av/libvideoeditor/lvpp/
I420ColorConverter.h 32 void* mHandle;
  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 99 OMX_HANDLETYPE mHandle;
  /frameworks/base/core/java/android/webkit/
ClientCertRequestHandler.java 38 private final int mHandle;
46 mHandle = handle;
71 mBrowserFrame.nativeSslClientCert(mHandle, 0, null);
84 mBrowserFrame.nativeSslClientCert(mHandle, ctx, chainBytes);
95 mBrowserFrame.nativeSslClientCert(mHandle, key, chainBytes);
106 mBrowserFrame.nativeSslClientCert(mHandle, 0, null);
118 mBrowserFrame.nativeSslClientCert(mHandle, 0, null);
  /frameworks/native/include/gui/
Sensor.h 82 int32_t mHandle;
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeLlcpConnectionlessSocket.java 30 private int mHandle;
69 return mHandle;
NativeLlcpServiceSocket.java 29 private int mHandle;
NativeLlcpSocket.java 28 private int mHandle;
NativeP2pDevice.java 26 private int mHandle;
64 return mHandle;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 60 tagvideoDecControls *mHandle;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 73 tagvideoEncControls *mHandle;
  /frameworks/av/media/mtp/
MtpObjectInfo.h 28 MtpObjectHandle mHandle;
MtpServer.h 75 MtpObjectHandle mHandle;
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
  /frameworks/native/include/binder/
BpBinder.h 32 inline int32_t handle() const { return mHandle; }
100 const int32_t mHandle;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.h 84 const GLuint mHandle;
Program.h 224 const GLuint mHandle;
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.h 119 void *mHandle; // returned by dlopen
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 90 tagAVCHandle *mHandle;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 64 void *mHandle;
  /frameworks/base/core/java/android/hardware/
Sensor.java 128 private int mHandle;
198 return mHandle;
  /frameworks/base/media/java/android/mtp/
MtpObjectInfo.java 25 private int mHandle;
56 return mHandle;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 46 private SelectionHandle mHandle;
64 mHandle = handle;
69 mHorizontalEdge = getHorizontalEdgeType(mHandle);
70 mVerticalEdge = getVerticalEdgeType(mHandle);
145 Position direction = mHandle.getPosition();
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 116 mHandle(masterHandle), mSubsession(CK_INVALID_HANDLE) {
117 CK_SESSION_HANDLE subsessionHandle = mHandle;
146 return mHandle;
150 CK_SESSION_HANDLE mHandle;
157 mSession(session), mHandle(handle) {
161 if (mHandle != CK_INVALID_HANDLE) {
162 CK_RV rv = C_CloseObjectHandle(mSession->getPrimary(), mHandle);
164 ALOGW("Couldn't close object handle 0x%x: 0x%x", mHandle, rv);
166 ALOGV("Closing object handle 0x%x", mHandle);
167 mHandle = CK_INVALID_HANDLE
    [all...]
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 101 private View mHandle;
238 mHandle = findViewById(mHandleId);
239 if (mHandle == null) {
243 mHandle.setOnClickListener(new DrawerToggler());
265 final View handle = mHandle;
284 final View handle = mHandle;
318 final View handle = mHandle;
360 final View handle = mHandle;
380 final int top = mHandle.getTop();
384 final int left = mHandle.getLeft()
    [all...]
Editor.java     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 182 audio_module_handle_t mHandle;

Completed in 1234 milliseconds

1 2