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

123

/frameworks/base/opengl/java/android/opengl/
H A DEGLObjectHandle.java25 private final long mHandle; field in class:EGLObjectHandle
33 mHandle = handle;
36 mHandle = handle;
44 if ((mHandle & 0xffffffffL) != mHandle) {
47 return (int)mHandle;
58 return mHandle;
67 result = 31 * result + (int) (mHandle ^ (mHandle >>> 32));
/frameworks/native/opengl/tools/glgen/static/egl/
H A DEGLObjectHandle.java25 private final long mHandle; field in class:EGLObjectHandle
33 mHandle = handle;
36 mHandle = handle;
44 if ((mHandle & 0xffffffffL) != mHandle) {
47 return (int)mHandle;
58 return mHandle;
67 result = 31 * result + (int) (mHandle ^ (mHandle >>> 32));
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp52 : mClient(client), mHandle(handle), mGraphicBufferProducer(gbp)
64 mClient->destroySurface(mHandle);
69 mHandle.clear();
97 return lhs->mHandle == rhs->mHandle;
103 return mClient->setLayerStack(mHandle, layerStack);
108 return mClient->setLayer(mHandle, layer);
113 return mClient->setPosition(mHandle, x, y);
118 return mClient->setPositionAppliesWithResize(mHandle);
123 return mClient->setSize(mHandle,
[all...]
/frameworks/base/media/java/android/media/
H A DAudioPatch.java32 private final AudioHandle mHandle; field in class:AudioPatch
37 mHandle = patchHandle;
60 return mHandle.id();
66 s.append("mHandle: ");
67 s.append(mHandle.toString());
H A DAudioPort.java69 AudioHandle mHandle; field in class:AudioPort
83 mHandle = handle;
94 return mHandle;
101 return mHandle.id();
200 return mHandle.equals(ap.handle());
205 return mHandle.hashCode();
222 return "{mHandle: " + mHandle
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.cpp64 mHandle(NULL), mNewPlayer(NULL), mDeletePlayer(NULL),
119 if (!isTestUrl(url) || NULL != mHandle) {
137 mHandle = ::dlopen(mFilename, RTLD_NOW | RTLD_GLOBAL);
138 if (!mHandle) {
146 mNewPlayer = reinterpret_cast<NEW_PLAYER>(dlsym(mHandle,
157 mDeletePlayer = reinterpret_cast<DELETE_PLAYER>(dlsym(mHandle,
186 if (mHandle) {
187 ::dlclose(mHandle);
188 mHandle = NULL;
/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.java32 private final Uri mHandle; field in class:ConferenceParticipant
61 mHandle = handle;
102 dest.writeParcelable(mHandle, 0);
117 sb.append(mHandle);
132 return mHandle;
/frameworks/native/libs/binder/
H A DBpBinder.cpp91 : mHandle(handle)
96 ALOGV("Creating BpBinder %p handle %d\n", this, mHandle);
166 mHandle, code, data, reply, flags);
194 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
197 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/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp65 mHandle(new tagvideoDecControls),
83 PVCleanUpVideoDecoder(mHandle);
86 delete mHandle;
87 mHandle = NULL;
91 memset(mHandle, 0, sizeof(tagvideoDecControls));
148 PVCleanUpVideoDecoder(mHandle);
167 mHandle, vol_data, &vol_size, 1,
178 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle);
185 PVSetPostProcType((VideoDecControls *) mHandle, 0);
213 PVSetReferenceYUV(mHandle, outHeade
[all...]
H A DSoftMPEG4.h55 tagvideoDecControls *mHandle; member in struct:android::SoftMPEG4
/frameworks/base/services/core/java/com/android/server/am/
H A DUserState.java49 public final UserHandle mHandle; field in class:UserState
65 mHandle = handle;
74 Slog.w(TAG, "Expected user " + mHandle.getIdentifier() + " in state "
82 Slog.i(TAG, "User " + mHandle.getIdentifier() + " state changed from "
/frameworks/av/services/audioflinger/
H A DAudioHwDevice.h45 : mHandle(handle)
59 audio_module_handle_t handle() const { return mHandle; }
80 const audio_module_handle_t mHandle; member in class:android::AudioHwDevice
H A DPatchPanel.h58 mAudioPatch(*patch), mHandle(AUDIO_PATCH_HANDLE_NONE),
64 audio_patch_handle_t mHandle; member in class:PatchPanel::Patch
/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp73 ZipFileCollection::ZipFileCollection() : mHandle(nullptr) {
83 int32_t result = OpenArchive(path.data(), &collection->mHandle);
96 result = StartIteration(collection->mHandle, &cookie, nullptr, nullptr);
111 collection->mFiles[zipEntryPath] = util::make_unique<ZipFile>(collection->mHandle,
136 if (mHandle) {
137 CloseArchive(mHandle);
/frameworks/base/core/java/android/os/
H A DUserHandle.java89 final int mHandle; field in class:UserHandle
327 mHandle = h;
336 return mHandle;
341 return "UserHandle{" + mHandle + "}";
349 return mHandle == other.mHandle;
358 return mHandle;
366 out.writeInt(mHandle);
424 mHandle = in.readInt();
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp171 mHandle(new tagAVCHandle),
196 CHECK(mHandle != NULL);
197 memset(mHandle, 0, sizeof(tagAVCHandle));
198 mHandle->AVCObject = NULL;
199 mHandle->userData = this;
200 mHandle->CBAVC_DPBAlloc = DpbAllocWrapper;
201 mHandle->CBAVC_FrameBind = BindFrameWrapper;
202 mHandle->CBAVC_FrameUnbind = UnbindFrameWrapper;
203 mHandle->CBAVC_Malloc = MallocWrapper;
204 mHandle
[all...]
/frameworks/base/include/androidfw/
H A DZipFileRO.h162 ZipFileRO(ZipArchiveHandle handle, char* fileName) : mHandle(handle),
167 const ZipArchiveHandle mHandle; variable
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java104 private View mHandle; field in class:SlidingDrawer
261 mHandle = findViewById(mHandleId);
262 if (mHandle == null) {
266 mHandle.setOnClickListener(new DrawerToggler());
288 final View handle = mHandle;
307 final View handle = mHandle;
341 final View handle = mHandle;
383 final View handle = mHandle;
403 final int top = mHandle.getTop();
407 final int left = mHandle
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java62 private final String mHandle; field in class:BluetoothMapEventReport
79 mHandle = attrs.get("handle");
84 mHandle = null;
140 return mHandle;
173 json.put("handle", mHandle);
H A DBluetoothMapMessage.java35 private final String mHandle; field in class:BluetoothMapMessage
84 mHandle = attrs.get("handle");
179 json.put("handle", mHandle);
208 return mHandle;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h54 void *mHandle; member in struct:android::SoftAVC
/frameworks/av/media/mtp/
H A DMtpObjectInfo.h28 MtpObjectHandle mHandle; member in class:android::MtpObjectInfo
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h34 audio_patch_handle_t mHandle; member in class:android::AudioPatch
H A DAudioSourceDescriptor.h40 audio_patch_handle_t getHandle() const { return mPatchDesc->mHandle; }
/frameworks/base/core/java/android/hardware/location/
H A DNanoAppInstanceInfo.java47 private int mHandle; field in class:NanoAppInstanceInfo
266 return mHandle;
277 mHandle = handle;
334 String retVal = "handle : " + mHandle;

Completed in 583 milliseconds

123