HomeSort by relevance Sort by last modified time
    Searched refs:mHandle (Results 26 - 50 of 188) sorted by null

12 3 4 5 6 7 8

  /system/libhidl/base/
HidlSupport.cpp 39 mHandle = nullptr;
48 mHandle = handle;
70 if (other.mHandle != nullptr) {
71 mHandle = native_handle_clone(other.mHandle);
72 if (mHandle == nullptr) {
77 mHandle = nullptr;
85 mHandle = native_handle;
93 mHandle = other.mHandle;
    [all...]
  /frameworks/native/libs/gui/
SurfaceControl.cpp 53 : mClient(client), mHandle(handle), mGraphicBufferProducer(gbp), mOwned(owned)
67 mClient->destroySurface(mHandle);
72 mHandle.clear();
100 return lhs->mHandle == rhs->mHandle;
107 return client->clearLayerFrameStats(mHandle);
114 return client->getLayerFrameStats(mHandle, outStats);
119 if (mHandle==0 || mClient==0) {
121 mHandle.get(), mClient.get());
164 return mHandle;
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
IChannel.h 42 bool (*close)(INT16 mHandle);
  /frameworks/base/telecomm/java/android/telecom/
ConferenceParticipant.java 32 private final Uri mHandle;
61 mHandle = handle;
102 dest.writeParcelable(mHandle, 0);
117 sb.append(Log.pii(mHandle));
132 return mHandle;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 57 mHandle(new tagvideoDecControls),
75 PVCleanUpVideoDecoder(mHandle);
78 delete mHandle;
79 mHandle = NULL;
83 memset(mHandle, 0, sizeof(tagvideoDecControls));
140 PVCleanUpVideoDecoder(mHandle);
159 mHandle, vol_data, &vol_size, 1,
170 MP4DecodingMode actualMode = PVGetDecBitstreamMode(mHandle);
177 PVSetPostProcType((VideoDecControls *) mHandle, 0);
205 OMX_U32 yFrameSize = sizeof(uint8) * mHandle->size
    [all...]
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
ConnectorTest.java 30 private MessagePipeHandle mHandle;
45 mHandle = handles.first;
63 mHandle.close();
76 mHandle.readMessage(received, 0, MessagePipeHandle.ReadFlags.NONE);
87 mHandle.writeMessage(mTestMessage.getData(), new ArrayList<Handle>(),
102 mHandle.close();
  /frameworks/base/core/java/android/hardware/location/
NanoAppInstanceInfo.java 41 private int mHandle;
60 mHandle = handle;
164 return mHandle;
171 mHandle = in.readInt();
196 out.writeInt(mHandle);
224 String retVal = "handle : " + mHandle;
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpConnectionlessSocket.java 30 private int mHandle;
69 return mHandle;
NativeLlcpServiceSocket.java 29 private int mHandle;
  /frameworks/av/media/libstagefright/include/
SecureBuffer.h 49 const sp<NativeHandle> mHandle;
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessage.java 30 private String mHandle;
84 mHandle = handle;
100 return mHandle;
138 ", mHandle='" + mHandle + '\'' +
  /frameworks/av/media/libstagefright/
BufferImpl.cpp 55 mHandle(handle) {
59 return (void *)(mHandle == nullptr ? mPointer : mHandle->handle());
  /frameworks/av/services/audioflinger/
AudioHwDevice.h 44 : mHandle(handle)
58 audio_module_handle_t handle() const { return mHandle; }
80 const audio_module_handle_t mHandle;
PatchPanel.h 58 mAudioPatch(*patch), mHandle(AUDIO_PATCH_HANDLE_NONE),
64 audio_patch_handle_t mHandle;
  /hardware/google/av/codec2/vndk/bufferpool/include/bufferpool/
BufferPoolTypes.h 67 const native_handle_t *mHandle;
70 return mHandle;
73 BufferPoolAllocation(const native_handle_t *handle) : mHandle(handle) {}
  /frameworks/native/libs/binder/
BpBinder.cpp 139 : mHandle(handle)
145 ALOGV("Creating BpBinder %p handle %d\n", this, mHandle);
215 mHandle, code, data, reply, flags);
243 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
246 self->requestDeathNotification(mHandle, this);
278 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle);
280 self->clearDeathNotification(mHandle, this);
295 this, mHandle, mObitsSent ? "true" : "false");
303 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
305 self->clearDeathNotification(mHandle, this)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraPerf.cpp 383 mHandle(0),
405 if (mHandle > 0) {
406 (*mPerfLockIntf->perfLockRel())(mHandle);
496 mHandle = 0;
501 mHandle = (*mPerfLockIntf->perfLockAcq())(
502 mHandle, timer,
506 if (mHandle > 0) {
510 mHandle, mRefCount, mPerfLockType);
561 if (mHandle > 0) {
563 mHandle, mRefCount, mPerfLockType)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 62 buffer_handle_t getHandle() const { return mHandle; }
87 mHandle = handle;
96 buffer_handle_t mHandle;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 62 uint32_t getHandle() const { return mHandle; }
87 mHandle = handle;
96 uint32_t mHandle;
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.h 60 void *mHandle; // Scanner handle.
  /frameworks/av/media/mtp/
MtpObjectInfo.h 28 MtpObjectHandle mHandle;
  /frameworks/base/core/java/android/os/
UserHandle.java 107 final int mHandle;
392 mHandle = h;
402 return mHandle;
407 return "UserHandle{" + mHandle + "}";
415 return mHandle == other.mHandle;
424 return mHandle;
432 out.writeInt(mHandle);
490 mHandle = in.readInt();
  /frameworks/base/services/core/java/com/android/server/am/
UserState.java 50 public final UserHandle mHandle;
69 mHandle = handle;
78 Slog.w(TAG, "Expected user " + mHandle.getIdentifier() + " in state "
88 final int userId = mHandle.getIdentifier();
  /device/linaro/bootloader/edk2/EmbeddedPkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 25 EFI_HANDLE mHandle = NULL;
153 &mHandle,
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtcEntry.c 19 EFI_HANDLE mHandle = NULL;
169 &mHandle,

Completed in 687 milliseconds

12 3 4 5 6 7 8