Searched defs:ashmemMapType (Results 1 – 4 of 4) sorted by relevance
79 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable86 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable98 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable111 const uint8_t ashmemMapType = PORT_ILLEGAL; variable123 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable137 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable152 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable166 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; variable
73 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkMapAshmemOne() local82 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkMapAshmemTwo() local96 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkMapAshmemThree() local111 const uint8_t ashmemMapType = PORT_ILLEGAL; in DdkMapAshmemFour() local125 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkUnmapAshmemOne() local149 const uint8_t ashmemMapType = PORT_READ | PORT_WRITE; in DdkDestroyAshmemOne() local
784 const uint8_t ashmemMapType = 0x03; in UsbSendPipeRequestWithAshmemOne() local808 const uint8_t ashmemMapType = 0x03; in UsbSendPipeRequestWithAshmemTwo() local873 const uint8_t ashmemMapType = 0x03; in UsbSendPipeRequestWithAshmemFour() local
88 DDK_RetCode OH_DDK_MapAshmem(DDK_Ashmem *ashmem, const uint8_t ashmemMapType) in OH_DDK_MapAshmem()