Searched refs:mHandle (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLObjectHandle.java25 private final int mHandle; field in class:EGLObjectHandle
28 mHandle = handle;
40 return mHandle;
/frameworks/base/opengl/java/android/opengl/
H A DEGLObjectHandle.java25 private final int mHandle; field in class:EGLObjectHandle
28 mHandle = handle;
40 return mHandle;
/frameworks/av/libvideoeditor/lvpp/
H A DI420ColorConverter.cpp23 mHandle = dlopen("libI420colorconvert.so", RTLD_NOW);
25 if (mHandle == NULL) {
32 (void (*)(I420ColorConverter*)) dlsym(mHandle, "getI420ColorConverter");
36 dlclose(mHandle);
37 mHandle = NULL;
48 return mHandle != NULL;
52 if (mHandle) {
53 dlclose(mHandle);
H A DI420ColorConverter.h32 void* mHandle; member in class:I420ColorConverter
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DSymbolResolvers.cpp38 mHandle = ::dlopen(pFileName, flags);
39 if (mHandle == NULL) {
59 assert((mHandle != NULL) && "Invalid DyldSymbolResolver!");
60 return ::dlsym(mHandle, pName);
64 ::dlclose(mHandle);
/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/av/media/libmediaplayerservice/
H A DTestPlayerStub.cpp64 mHandle(NULL), mNewPlayer(NULL), mDeletePlayer(NULL),
117 if (!isTestUrl(url) || NULL != mHandle) {
135 mHandle = ::dlopen(mFilename, RTLD_NOW | RTLD_GLOBAL);
136 if (!mHandle) {
144 mNewPlayer = reinterpret_cast<NEW_PLAYER>(dlsym(mHandle,
155 mDeletePlayer = reinterpret_cast<DELETE_PLAYER>(dlsym(mHandle,
184 if (mHandle) {
185 ::dlclose(mHandle);
186 mHandle = NULL;
/frameworks/base/core/java/android/os/
H A DUserHandle.java65 final int mHandle; field in class:UserHandle
165 mHandle = h;
170 return mHandle;
175 return "UserHandle{" + mHandle + "}";
183 return mHandle == other.mHandle;
192 return mHandle;
200 out.writeInt(mHandle);
258 mHandle = in.readInt();
/frameworks/native/libs/binder/
H A DBpBinder.cpp90 : mHandle(handle)
95 ALOGV("Creating BpBinder %p handle %d\n", this, mHandle);
165 mHandle, code, data, reply, flags);
193 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
196 self->requestDeathNotification(mHandle, this);
229 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle);
231 self->clearDeathNotification(mHandle, this);
246 this, mHandle, mObitsSent ? "true" : "false");
254 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
256 self->clearDeathNotification(mHandle, thi
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp88 mHandle(NULL),
94 CHECK(mHandle == NULL);
98 CHECK(mHandle == NULL);
100 mHandle = handle;
141 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone);
149 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
178 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
206 static_cast<OMX_COMPONENTTYPE *>(mHandle));
209 mHandle = NULL;
228 OMX_ERRORTYPE err = OMX_SendCommand(mHandle, cm
[all...]
/frameworks/base/core/java/android/hardware/
H A DSensor.java128 private int mHandle; field in class:Sensor
198 return mHandle;
/frameworks/base/services/java/com/android/server/am/
H A DUserStartedState.java35 public final UserHandle mHandle; field in class:UserStartedState
44 mHandle = handle;
/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.java106 private View mHandle; field in class:SlidingDrawer
243 mHandle = findViewById(mHandleId);
244 if (mHandle == null) {
248 mHandle.setOnClickListener(new DrawerToggler());
270 final View handle = mHandle;
289 final View handle = mHandle;
323 final View handle = mHandle;
365 final View handle = mHandle;
385 final int top = mHandle.getTop();
389 final int left = mHandle
[all...]
/frameworks/av/media/mtp/
H A DMtpObjectInfo.h28 MtpObjectHandle mHandle; member in class:android::MtpObjectInfo
H A DMtpObjectInfo.cpp28 : mHandle(handle),
94 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName);
H A DMtpServer.h75 MtpObjectHandle mHandle; member in class:android::MtpServer::ObjectEdit
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp67 mHandle(new tagvideoDecControls),
92 PVCleanUpVideoDecoder(mHandle);
95 delete mHandle;
96 mHandle = NULL;
166 memset(mHandle, 0, sizeof(tagvideoDecControls));
371 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
381 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle);
388 PVSetPostProcType((VideoDecControls *) mHandle, 0);
411 PVSetReferenceYUV(mHandle, outHeader->pBuffer);
429 mHandle,
[all...]
H A DSoftMPEG4.h60 tagvideoDecControls *mHandle; member in struct:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp190 mHandle(new tagAVCHandle),
209 CHECK(mHandle != NULL);
210 memset(mHandle, 0, sizeof(tagAVCHandle));
211 mHandle->AVCObject = NULL;
212 mHandle->userData = this;
213 mHandle->CBAVC_DPBAlloc = DpbAllocWrapper;
214 mHandle->CBAVC_FrameBind = BindFrameWrapper;
215 mHandle->CBAVC_FrameUnbind = UnbindFrameWrapper;
216 mHandle->CBAVC_Malloc = MallocWrapper;
217 mHandle
[all...]
/frameworks/native/libs/gui/
H A DSensor.cpp33 : mHandle(0), mType(0),
44 mHandle = hwSensor->handle;
66 return mHandle;
136 offset += write(buffer, offset, mHandle);
173 offset += read(buffer, offset, &mHandle);
/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/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp95 mHandle(new tagvideoEncControls),
119 CHECK(mHandle != NULL);
120 memset(mHandle, 0, sizeof(tagvideoEncControls));
197 if (!PVInitVideoEncoder(mHandle, mEncParams)) {
215 PVCleanUpVideoEncoder(mHandle);
223 delete mHandle;
224 mHandle = NULL;
653 if (!PVGetVolHeader(mHandle, outPtr, &dataLength, 0)) {
725 if (!PVEncodeVideoFrame(mHandle, &vin, &vout,
727 !PVGetHintTrack(mHandle,
[all...]
H A DSoftMPEG4Encoder.h83 tagvideoEncControls *mHandle; member in struct:android::SoftMPEG4Encoder
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h64 void *mHandle; member in struct:android::SoftAVC

Completed in 1148 milliseconds

12