Searched defs:mHandle (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DI420ColorConverter.h32 void* mHandle; member in class:I420ColorConverter
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h99 OMX_HANDLETYPE mHandle; member in struct:android::OMXNodeInstance
/frameworks/native/include/gui/
H A DSensor.h82 int32_t mHandle; member in class:android::Sensor
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h60 tagvideoDecControls *mHandle; member in struct:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h73 tagvideoEncControls *mHandle; member in struct:android::SoftMPEG4Encoder
/frameworks/av/media/mtp/
H A DMtpObjectInfo.h28 MtpObjectHandle mHandle; member in class:android::MtpObjectInfo
H A DMtpServer.h75 MtpObjectHandle mHandle; member in class:android::MtpServer::ObjectEdit
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
/frameworks/base/core/java/android/webkit/
H A DClientCertRequestHandler.java38 private final int mHandle; field in class:ClientCertRequestHandler
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/binder/
H A DBpBinder.h32 inline int32_t handle() const { return mHandle; }
100 const int32_t mHandle; member in class:android::BpBinder
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h119 void *mHandle; // returned by dlopen member in class:android::TestPlayerStub
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h90 tagAVCHandle *mHandle; member in struct:android::SoftAVCEncoder
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h64 void *mHandle; member in struct:android::SoftAVC
/frameworks/base/core/java/android/hardware/
H A DSensor.java128 private int mHandle; field in class:Sensor
198 return mHandle;
/frameworks/base/media/java/android/mtp/
H A DMtpObjectInfo.java25 private int mHandle; field in class:MtpObjectInfo
56 return mHandle;
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java101 private View mHandle; field in class:SlidingDrawer
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
[all...]
H A DEditor.java3405 private InsertionHandleView mHandle; field in class:Editor.InsertionPointCursorController
3416 if (mHandle != null) {
3417 mHandle.hide();
3432 if (mHandle == null) {
3433 mHandle = new InsertionHandleView(mSelectHandleCenter);
3435 return mHandle;
3443 if (mHandle != null) mHandle.onDetached();
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1622 int mHandle; field in class:BluetoothService.Reaper
1627 mHandle = handle;
1641 checkAndRemoveRecord(mHandle, mPid);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3085 final int mHandle; field in class:BatteryStatsImpl.Uid.Sensor
3089 mHandle = handle;
3098 ArrayList<StopwatchTimer> pool = mSensorTimers.get(mHandle);
3101 mSensorTimers.put(mHandle, pool);
3129 return mHandle;

Completed in 485 milliseconds