Home
last modified time | relevance | path

Searched refs:found (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp131 bool found = false; in CLoseUnUsedLayer() local
134 found = true; in CLoseUnUsedLayer()
137 if (!found) { in CLoseUnUsedLayer()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c54 bool found = false; in IfDestroyPipeObj() local
78 found = true; in IfDestroyPipeObj()
93 if (!found) { in IfDestroyPipeObj()
193 bool found = false; in IfDestroyInterfacePool() local
209 found = true; in IfDestroyInterfacePool()
221 if (!found) { in IfDestroyInterfacePool()
295 bool found = false; in IfFindInterfaceObj() local
309 found = true; in IfFindInterfaceObj()
315 found = true; in IfFindInterfaceObj()
322 if (found) { in IfFindInterfaceObj()
353 bool found = false; FoundInterfacePool() local
385 bool found = false; IfFindInterfacePool() local
887 bool found = false; UsbIfDestroyInterfaceObj() local
[all...]
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_device.cpp109 bool found = false; in GetProperty() local
113 found = true; in GetProperty()
144 return found ? DISPLAY_SUCCESS : DISPLAY_NOT_SUPPORT; in GetProperty()
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_device.cpp109 bool found = false; in GetProperty() local
113 found = true; in GetProperty()
120 return found ? DISPLAY_SUCCESS : DISPLAY_NOT_SUPPORT; in GetProperty()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_dma_ops.c521 struct AudioUsbFormat *fp = NULL, *found = NULL; in SeekAudioUsbListFindFormat() local
540 if (found == NULL) { in SeekAudioUsbListFindFormat()
541 found = fp; in SeekAudioUsbListFindFormat()
553 found = fp; in SeekAudioUsbListFindFormat()
559 if (fp->maxPackSize > found->maxPackSize) { in SeekAudioUsbListFindFormat()
560 found = fp; in SeekAudioUsbListFindFormat()
564 return found; in SeekAudioUsbListFindFormat()

Completed in 6 milliseconds