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

1 2 3 4 5 6 7 8 910

  /external/skia/tests/
GLInterfaceValidationTest.cpp 33 const GrGLInterface* interface = glCtx->gl(); local
34 REPORTER_ASSERT(reporter, interface->validate());
  /system/bt/hci/src/
buffer_allocator.c 30 static const allocator_t interface = { variable
36 return &interface;
hci_hal_h4.c 34 // Our interface and modules we import
35 static const hci_hal_t interface; variable
48 // Interface functions
89 interface.close();
191 static const hci_hal_t interface = { variable
204 return &interface;
209 return &interface;
hci_hal_mct.c 35 // Our interface and modules we import
36 static const hci_hal_t interface; variable
50 // Interface functions
113 interface.close();
190 static const hci_hal_t interface = { variable
203 return &interface;
208 return &interface;