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

1 2 3 4 5

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.c 26 EFI_HANDLE mHandle = NULL;
72 &mHandle,
82 &mHandle,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.c 23 EFI_HANDLE mHandle = NULL;
71 &mHandle,
80 &mHandle,
  /frameworks/av/media/libstagefright/include/
SecureBuffer.h 49 const sp<NativeHandle> mHandle;
  /device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
DxeSupport.c 21 EFI_HANDLE mHandle = NULL;
65 &mHandle,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiHandle.c 21 UINT8 mHandle[1024 * 8] = {0};
35 // Set Bit 0 in mHandle[0] to 1.
37 mHandle[0] |= 1 << 0;
56 for (Index = 0; Index < sizeof (mHandle) * 8; Index++) {
57 if ((mHandle[Index / 8] & (1 << (Index % 8))) == 0) {
58 mHandle[Index / 8] = (UINT8) (mHandle[Index / 8] | (1 << (Index % 8)));
83 ASSERT ((mHandle [Num / 8] & (1 << (Num % 8))) != 0);
84 mHandle [Num / 8] = (UINT8) (mHandle [Num / 8] & (~(1 << (Num % 8))));
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 25 EFI_HANDLE mHandle = NULL;
150 &mHandle,
  /frameworks/av/include/radio/
Radio.h 82 const radio_handle_t mHandle;
  /system/core/libutils/include/utils/
NativeHandle.h 36 return mHandle;
46 native_handle_t* mHandle;
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceRequest.java 23 private final MessagePipeHandle mHandle;
31 mHandle = handle;
39 return mHandle.pass();
47 mHandle.close();
Message.java 27 private final List<? extends Handle> mHandle;
43 mHandle = handles;
57 return mHandle;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtcEntry.c 19 EFI_HANDLE mHandle = NULL;
169 &mHandle,
  /frameworks/av/media/libaudiohal/
EffectHalLocal.h 54 effect_handle_t handle() const { return mHandle; }
57 effect_handle_t mHandle;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPatch.h 34 audio_patch_handle_t mHandle;
  /frameworks/base/libs/androidfw/include/androidfw/
ZipFileRO.h 162 ZipFileRO(ZipArchiveHandle handle, char* fileName) : mHandle(handle),
167 const ZipArchiveHandle mHandle;
  /frameworks/base/opengl/java/android/opengl/
EGLObjectHandle.java 25 private final long mHandle;
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/include/gui/
SurfaceControl.h 51 return mHandle!=0 && mClient!=0;
164 sp<IBinder> mHandle;
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLObjectHandle.java 25 private final long mHandle;
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/services/surfaceflinger/tests/hwc2/
Hwc2TestBuffer.h 52 buffer_handle_t mHandle = nullptr;
  /frameworks/base/media/java/android/media/
AudioPatch.java 32 private final AudioHandle mHandle;
37 mHandle = patchHandle;
60 return mHandle.id();
66 s.append("mHandle: ");
67 s.append(mHandle.toString());
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
StatusCodeRuntimeDxe.c 18 EFI_HANDLE mHandle = NULL;
63 &mHandle,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Smm/
CpuIo2Smm.c 20 EFI_HANDLE mHandle = NULL;
405 &mHandle,
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.h 62 void* mHandle; // Scanner handle.
  /external/swiftshader/src/OpenGL/libGL/
Shader.h 88 const GLuint mHandle;
  /external/swiftshader/src/OpenGL/libGLESv2/
Shader.h 85 const GLuint mHandle;
  /frameworks/av/media/libmedia/include/media/
ICrypto.h 63 native_handle_t *mHandle;

Completed in 744 milliseconds

1 2 3 4 5