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

  /external/libchrome/sandbox/win/sandbox_poc/pocdll/
utils.h 36 HANDLE new_handle; local
40 &new_handle,
50 int c_file_handle = _open_osfhandle(reinterpret_cast<LONG_PTR>(new_handle),
  /system/tpm/trunks/
scoped_key_handle_test.cc 73 TPM_HANDLE new_handle = TPM_RH_NULL; local
78 scoped_handle.reset(new_handle);
79 EXPECT_EQ(new_handle, scoped_handle.get());
80 EXPECT_CALL(mock_tpm_, FlushContextSync(new_handle, _))
  /external/bison/lib/
fcntl.c 80 HANDLE new_handle; local
87 (PHANDLE) &new_handle, /* TargetHandle */
97 duplicated_fd = _open_osfhandle ((intptr_t) new_handle, flags);
100 CloseHandle (new_handle);
  /external/autotest/client/bin/net/
net_tc.py 45 # TODO (chavey) clean up those global here and new_handle()
50 def new_handle(): function
356 def __init__(self, handle=new_handle(), bands=3):
386 def __init__(self, handle=new_handle()):
398 def __init__(self, handle=new_handle()):
  /external/drm_hwcomposer/
hwcomposer.cpp 206 native_handle_t *new_handle = local
208 if (new_handle == NULL)
212 int *new_data = new_handle->data;
220 return new_handle;
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 800 void *new_handle; local
808 new_handle = (void*)0x1;
810 new_handle = (void*)rgz_layer->hwc_layer->handle;
812 if (reset_counters || new_handle != rgz_layer->dirty_hndl) {
814 rgz_layer->dirty_hndl = new_handle;
    [all...]

Completed in 701 milliseconds