Home
last modified time | relevance | path

Searched refs:nh (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in allocate() local
820 nh->data[0] = mMemInfo[i].fd; in allocate()
821 nh->data[1] = 0; in allocate()
822 nh->data[2] = mMemInfo[i].size; in allocate()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h606 NotificationThread(AppCallbackNotifier* nh) in NotificationThread() argument
607 : Thread(false), mAppCallbackNotifier(nh) { } in NotificationThread()