Lines Matching refs:in
4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
28 static bool FillSbufData(struct HdfSBuf *data, int32_t cmd, const void *in)
35 ret = HdfSbufWriteUint32(data, *(uint32_t *)(in));
38 ret = HdfSbufWriteString(data, ((InputExtraCmd *)in)->cmdCode);
40 ret = HdfSbufWriteString(data, ((InputExtraCmd *)in)->cmdValue);
166 static int32_t IoServiceOps(struct HdfIoService *service, int32_t cmd, const void *in, void *out, uint32_t outLen)
176 if (in != NULL) {
177 if (!FillSbufData(data, cmd, in)) {
504 HDF_LOGE("%s: memcpy_s failed in getting ability, line: %d", __func__, __LINE__);
550 HDF_LOGE("%s: memcpy_s failed in getting attr", __func__);