Home | History | Annotate | Download | only in driver

Lines Matching refs:destPtr

472     int32_t *destPtr = reinterpret_cast<int32_t *>(
474 destPtr) {
479 memcpy(destPtr, data, dataLength);
490 int32_t *destPtr = reinterpret_cast<int32_t *>(
492 if (!destPtr) {
513 char *oldVal = reinterpret_cast<char *>(destPtr);
520 memcpy(destPtr, data, dataLength);
531 int32_t *destPtr = reinterpret_cast<int32_t *>(
533 if (!destPtr) {
544 memcpy(destPtr, &ptr, sizeof(void *));
558 int32_t *destPtr = reinterpret_cast<int32_t *>(
560 if (!destPtr) {
565 rsrSetObject(dc, script, (ObjectBase **)destPtr, data);