HomeSort by relevance Sort by last modified time
    Searched full:sub_index (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware/modules/sensors/
multihal.cpp 207 void copy_event_remap_handle(sensors_event_t* src, sensors_event_t* dest, int sub_index);
228 int sub_index = get_module_index(global_handle); local
229 if (sub_index < 0 || sub_index >= this->sub_hw_devices.size()) {
232 return (sensors_poll_device_t*) this->sub_hw_devices[sub_index];
237 int sub_index = get_module_index(global_handle); local
238 if (sub_index < 0 || sub_index >= this->sub_hw_devices.size()) {
241 return (sensors_poll_device_1_t*) this->sub_hw_devices[sub_index];
309 int sub_index) {
    [all...]
  /art/compiler/dex/quick/
resource_mask.cc 74 constexpr size_t SingleRegMaskIndex(size_t main_index, size_t sub_index) {
75 return main_index * 32u + sub_index;
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 749 CFX_WideString CPDF_FormField::GetOptionText(int index, int sub_index)
760 pOption = ((CPDF_Array*)pOption)->GetElementValue(sub_index);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1230 CFX_WideString GetOptionText(int index, int sub_index);
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c     [all...]
  /external/freetype/include/
freetype.h     [all...]
  /external/pdfium/third_party/freetype/include/
freetype.h     [all...]

Completed in 230 milliseconds