HomeSort by relevance Sort by last modified time
    Searched defs:pHandle (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DhcpOptions.c 43 EFI_HANDLE * pHandle;
91 &pHandle );
104 pEnd = &pHandle [ HandleCount ];
105 while ( pEnd > pHandle ) {
110 Status = gBS->OpenProtocol ( *pHandle,
138 Status = gBS->OpenProtocol ( *pHandle,
206 pHandle += 1;
Handles.c 43 EFI_HANDLE * pHandle;
107 pHandle = pHandleArray;
108 pHandleEnd = &pHandle [ Entries ];
109 while ( pHandleEnd > pHandle ) {
119 Value = (UINTN) *pHandle;
156 Status = gBS->ProtocolsPerHandle ( *pHandle,
251 pHandle += 1;
  /hardware/qcom/media/msm8996/libstagefrighthw/
QComOMXMetadata.h 36 buffer_handle_t pHandle;
  /hardware/qcom/media/msm8998/libstagefrighthw/
QComOMXMetadata.h 43 buffer_handle_t pHandle;
  /hardware/qcom/media/sdm845/libstagefrighthw/
QComOMXMetadata.h 43 buffer_handle_t pHandle;
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 354 EFI_HANDLE * pHandle;
361 pHandle = NULL;
376 (VOID **) &pHandle
392 pHandle );
405 Max = BufferSize / sizeof ( pHandle[ 0 ]);
408 pHandle[ Index ],
413 "WARNING - Failed to shutdown the driver on handle %08x\r\n", pHandle[ Index ]));
432 if ( NULL != pHandle ) {
433 gBS->FreePool ( pHandle );
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
EntryUnload.c 89 EFI_HANDLE * pHandle;
96 pHandle = NULL;
111 (VOID **) &pHandle
127 pHandle );
140 Max = BufferSize / sizeof ( pHandle[ 0 ]);
143 pHandle[ Index ],
148 "WARNING - Failed to shutdown the driver on handle %08x\r\n", pHandle[ Index ]));
167 if ( NULL != pHandle ) {
168 gBS->FreePool ( pHandle );
  /hardware/qcom/display/msm8084/libgralloc/
memalloc.h 49 uintptr_t pHandle;
  /hardware/qcom/display/msm8226/libgralloc/
memalloc.h 49 uintptr_t pHandle;
  /hardware/qcom/display/msm8909/libgralloc/
memalloc.h 49 uintptr_t pHandle;
  /hardware/qcom/display/msm8960/libgralloc/
memalloc.h 49 unsigned int pHandle;
  /hardware/qcom/display/msm8994/libgralloc/
memalloc.h 49 uintptr_t pHandle;
  /hardware/qcom/display/msm8996/libgralloc/
memalloc.h 49 uintptr_t pHandle;
  /hardware/qcom/display/sdm845/libgralloc/
memalloc.h 49 uintptr_t pHandle;
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DriverBinding.c 554 EFI_HANDLE * pHandle;
561 pHandle = NULL;
576 (VOID **) &pHandle
591 pHandle );
602 Max = BufferSize / sizeof ( pHandle[ 0 ]);
605 pHandle[ Index ],
609 DEBUG ((EFI_D_ERROR, "WARNING - Failed to shutdown the driver on handle %08x\r\n", pHandle[ Index ]));
628 if ( NULL != pHandle ) {
629 gBS->FreePool ( pHandle );
  /frameworks/native/headers/media_plugin/media/hardware/
HardwareAPI.h 134 OMX_PTR pHandle;
136 buffer_handle_t pHandle;
158 OMX_PTR pHandle;
160 native_handle_t *pHandle;
  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 233 static bool osChreSensorFindDefault(uint8_t sensorType, uint32_t *pHandle)
235 if (!pHandle)
238 const struct SensorInfo *info = sensorFind(sensorType, 0, pHandle);
246 uint32_t *pHandle = va_arg(args, uint32_t *);
247 *retValP = osChreSensorFindDefault(sensorType, pHandle);
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp     [all...]

Completed in 910 milliseconds