Searched refs:nh (Results 1 – 2 of 2) sorted by relevance
819 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in allocate() local820 nh->data[0] = mMemInfo[i].fd; in allocate()821 nh->data[1] = 0; in allocate()822 nh->data[2] = mMemInfo[i].size; in allocate()
606 NotificationThread(AppCallbackNotifier* nh) in NotificationThread() argument607 : Thread(false), mAppCallbackNotifier(nh) { } in NotificationThread()