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

1 2 3 4 56 7 8

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/CpuIoDxe/
CpuIo.c 20 EFI_HANDLE mHandle = NULL;
529 &mHandle,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.c 18 EFI_HANDLE mHandle = NULL;
386 &mHandle,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Dxe/
CpuIo2Dxe.c 21 EFI_HANDLE mHandle = NULL;
578 &mHandle,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Smm/
CpuIo2Smm.c 20 EFI_HANDLE mHandle = NULL;
405 &mHandle,
  /frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.h 113 : mHandle(handle), mHalHandle(halHandle),
118 sound_model_handle_t mHandle;
  /frameworks/base/core/java/android/hardware/
Sensor.java     [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBufferMapper.cpp 33 const native_handle_t *h = (native_handle_t *)mHandle;
209 int ret = psbWsbmWrapTTMBuffer2(mHandle, &wsbmBufferObject);
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.h 86 uint32_t getMyHandle() const {return mHandle;}
163 uint32_t mHandle; // stream handle from mm-camera-interface
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableSmmRuntimeDxe.c 47 EFI_HANDLE mHandle = NULL;
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerResources.h 436 if (mHandle) {
438 mImporter->freeBuffer(mHandle);
440 mImporter->freeStream(mHandle);
445 mHandle = handle;
450 const native_handle_t* mHandle = nullptr;
  /frameworks/base/telecomm/java/android/telecom/
Call.java 440 private final Uri mHandle;
616 return mHandle;
748 Objects.equals(mHandle, d.mHandle) &&
770 return Objects.hash(mHandle,
806 mHandle = handle;
    [all...]
  /hardware/google/av/codec2/vndk/
C2AllocatorIon.cpp 167 mHandle(bufferFd, capacity),
329 native_handle_close(&mHandle);
341 return &mHandle;
354 C2HandleIon mHandle;
C2AllocatorGralloc.cpp 254 virtual const C2Handle *handle() const override { return mLockedHandle ? : mHandle; }
272 const C2HandleGralloc *mHandle;
289 mHandle(handle),
307 reinterpret_cast<const native_handle_t*>(mHandle)));
348 if (mHandle) {
349 mHandle->getIgbpData(&igbp_id, &igbp_slot);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmmDxe.c 19 EFI_HANDLE mHandle = NULL;
517 &mHandle,
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 91 STATIC EFI_HANDLE mHandle = NULL;
496 &mHandle,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
ScriptSave.c 28 EFI_HANDLE mHandle = NULL;
633 &mHandle,
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 47 mHandle = (buffer) ? buffer : native_handle_init(mStorage, 0, 0);
52 return mHandle;
57 hidl_handle mHandle;
74 mHandle = handle;
80 native_handle_close(mHandle);
86 return mHandle;
92 hidl_handle mHandle;
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 748 command->mStatus = af->createAudioPatch(&data->mPatch, &data->mHandle);
758 command->mStatus = af->releaseAudioPatch(data->mHandle);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLib.c 48 EFI_HANDLE mHandle = NULL;
705 &mHandle,
713 &mHandle,
    [all...]
  /frameworks/base/core/jni/
android_os_HwBlob.cpp 86 mHandle(0) {
106 mHandle = handle;
114 *handle = mHandle;
  /frameworks/av/services/audioflinger/
Threads.h 180 mPatch(patch), mHandle(handle) {}
183 snprintf(buffer, size, "Patch handle: %u\n", mHandle);
187 audio_patch_handle_t mHandle;
204 mHandle(handle) {}
207 snprintf(buffer, size, "Patch handle: %u\n", mHandle);
210 audio_patch_handle_t mHandle;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLib.c 44 EFI_HANDLE mHandle = NULL;
516 &mHandle,
    [all...]
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.h 202 buffer_handle_t getHandle() const { return mHandle; }
259 const buffer_handle_t mHandle;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 260 struct mixer* mHandle;
286 alsa_handle_t * mHandle;

Completed in 1405 milliseconds

1 2 3 4 56 7 8