HomeSort by relevance Sort by last modified time
    Searched full:phandle (Results 76 - 100 of 271) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsplp.h 216 PHANDLE phSpooler, LPCWSTR pszName,
285 PHANDLE phckResult, PDWORD pdwDisposition,
288 PHANDLE phkResult, HANDLE hSpooler);
321 WINBOOL (WINAPI *pfnOpenPort)(LPWSTR pName, PHANDLE pHandle);
323 PHANDLE pHandle, struct _MONITOR *pMonitor);
343 WINBOOL (WINAPI *pfnXcvOpenPort)(LPCWSTR pszObject, ACCESS_MASK GrantedAccess, PHANDLE phXcv);
361 WINBOOL (WINAPI *pfnOpenPort)(HANDLE hMonitor, LPWSTR pName, PHANDLE pHandle);
    [all...]
heapapi.h 33 WINBASEAPI DWORD WINAPI GetProcessHeaps (DWORD NumberOfHeaps, PHANDLE ProcessHeaps);
iphlpapi.h 87 DWORD WINAPI NotifyAddrChange (PHANDLE Handle, LPOVERLAPPED overlapped);
88 DWORD WINAPI NotifyRouteChange (PHANDLE Handle, LPOVERLAPPED overlapped);
107 DWORD WINAPI EnableRouter (HANDLE *pHandle, OVERLAPPED *pOverlapped);
109 DWORD WINAPI DisableMediaSense (HANDLE *pHandle, OVERLAPPED *pOverLapped);
usbrpmif.h 54 PHANDLE RegisteredDriver);
processenv.h 34 WINBASEAPI WINBOOL WINAPI SetStdHandleEx (DWORD nStdHandle, HANDLE hHandle, PHANDLE phPrevValue);
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 47 effect_handle_t *pHandle) {
48 if (pHandle == NULL || uuid == NULL) {
60 *pHandle = (effect_handle_t)pContext;
  /external/dtc/
dtc.c 34 int phandle_format = PHANDLE_EPAPR; /* Use linux,phandle or phandle properties */
81 {"phandle", a_argument, NULL, 'H'},
111 "\n\tValid phandle formats are:\n"
112 "\t\tlegacy - \"linux,phandle\" properties only\n"
113 "\t\tepapr - \"phandle\" properties only\n"
114 "\t\tboth - Both \"linux,phandle\" and \"phandle\" properties",
dtc.h 57 extern int phandle_format; /* Use linux,phandle or phandle properties */
165 cell_t phandle; member in struct:node
227 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
  /external/dtc/tests/
rw_tree1.c 81 CHECK(fdt_setprop_cell(fdt, s2, "linux,phandle", PHANDLE_1));
84 CHECK(fdt_setprop_cell(fdt, offset, "linux,phandle", PHANDLE_2));
test01.dts 14 linux,phandle = <0x1>;
sw_tree1.c 151 CHECK(fdt_property_cell(fdt, "linux,phandle", PHANDLE_1));
157 CHECK(fdt_property_cell(fdt, "phandle", PHANDLE_2));
label01.dts 14 linux,phandle = <0x1>;
  /system/libufdt/
ufdt_convert.c 218 uint32_t phandle) {
227 uint32_t mid_phandle = tree->phandle_table.data[mid].phandle;
228 if (phandle < mid_phandle)
233 if (e - s > 0 && tree->phandle_table.data[s].phandle == phandle) {
255 data[*cur].phandle = ph;
265 uint32_t ph_a = ((const struct ufdt_phandle_table_entry *)pa)->phandle;
266 uint32_t ph_b = ((const struct ufdt_phandle_table_entry *)pb)->phandle;
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 98 uint32_t phandle; local
106 phandle = fdt_get_phandle(fdt, offset);
107 if (phandle == (uint32_t)-1)
110 if (phandle > max_phandle)
111 max_phandle = phandle;
362 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
364 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle)
529 if ((phandle == 0) || (phandle == -1)
    [all...]
  /external/dtc/Documentation/
dt-object-internal.txt 123 The basic unit of addressing in Device Tree is the phandle. Turns out it's
126 to phandle values. This is a valid assumption as long as the author uses
127 reference syntax and does not assign phandle values manually (which might
145 phandle = <0x00000001>;
150 phandle = <0x00000002>;
217 Note that the target's ocp label is undefined, so the phandle
220 the label lookup should store the runtime phandle value of the ocp node.
232 phandle value is located.
275 phandle = <0x00000001>;
307 the run time loader must apply an offset to each phandle in every dynami
    [all...]
  /external/dtc/libfdt/
fdt_ro.c 98 uint32_t phandle; local
106 phandle = fdt_get_phandle(fdt, offset);
107 if (phandle == (uint32_t)-1)
110 if (phandle > max_phandle)
111 max_phandle = phandle;
362 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
364 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle)
529 if ((phandle == 0) || (phandle == -1)
    [all...]
  /external/lzma/CPP/Windows/
MemoryLock.cpp 17 typedef BOOL (WINAPI * Func_OpenProcessToken)(HANDLE ProcessHandle, DWORD DesiredAccess, PHANDLE TokenHandle);
  /external/webrtc/webrtc/test/channel_transport/
traffic_control_win.cc 173 PHANDLE pClientHandle)
202 PHANDLE pIfcHandle)
219 PHANDLE pFlowHandle)
227 PHANDLE pFilterHandle)
  /frameworks/av/media/libeffects/factory/include/media/
EffectsFactoryApi.h 106 // pHandle: address where to return the effect handle.
111 // -EINVAL invalid pEffectUuid or pHandle
113 // *pHandle: updated with the effect handle.
118 effect_handle_t *pHandle);
  /hardware/qcom/media/msm8996/libstagefrighthw/
QComOMXMetadata.h 36 buffer_handle_t pHandle;
  /hardware/qcom/media/msm8998/libstagefrighthw/
QComOMXMetadata.h 43 buffer_handle_t pHandle;
  /system/libufdt/include/
ufdt_overlay_internal.h 24 int phandle);
  /hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.cpp 196 std::shared_ptr<BufferPoolData> fetchCache(native_handle_t **pHandle) {
200 *pHandle = mHandle;
209 native_handle_t **pHandle) {
219 *pHandle = mHandle;
295 native_handle_t **pHandle,
321 shared_from_this(), pHandle);
340 native_handle_t **pHandle,
360 *buffer = cacheIt->second->fetchCache(pHandle);
370 *buffer = cacheIt->second->createCache(shared_from_this(), pHandle);
394 shared_from_this(), pHandle);
    [all...]
  /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 );
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 179 OMX_OUT OMX_HANDLETYPE* pHandle,
226 *pHandle = pISVComponent->getBaseComponent();
228 ALOGD_IF(ISV_CORE_DEBUG, "%s: found component %s, pHandle %p", __func__, cComponentName, *pHandle);

Completed in 1342 milliseconds

1 2 34 5 6 7 8 91011