HomeSort by relevance Sort by last modified time
    Searched refs:handle_p (Results 1 - 3 of 3) sorted by null

  /system/core/trusty/storage/lib/include/trusty/lib/
storage.h 59 * @handle_p: pointer to location in which to store file handle in case of success
76 int storage_open_file(storage_session_t session, file_handle_t *handle_p,
  /system/core/trusty/storage/lib/
storage.c 143 int storage_open_file(storage_session_t session, file_handle_t *handle_p, const char *name,
162 *handle_p = make_file_handle(session, rsp.handle);
  /system/core/adb/client/
usb_osx.cpp 299 usb_handle* handle_p = handle.get(); local
302 register_usb_transport(reinterpret_cast<::usb_handle*>(handle_p), serial, devpath.c_str(),

Completed in 58 milliseconds