Lines Matching refs:readInt32
103 return reply.readInt32(); in getNumberOfCameras()
115 status_t result = reply.readInt32(); in getCameraInfo()
116 if (reply.readInt32() != 0) { in getCameraInfo()
117 cameraInfo->facing = reply.readInt32(); in getCameraInfo()
118 cameraInfo->orientation = reply.readInt32(); in getCameraInfo()
132 status_t result = reply.readInt32(); in getCameraCharacteristics()
135 if (reply.readInt32() != 0) { in getCameraCharacteristics()
161 status_t status = reply.readInt32(); in connect()
162 if (reply.readInt32() != 0) { in connect()
183 status_t status = reply.readInt32(); in connectPro()
184 if (reply.readInt32() != 0) { in connectPro()
208 status_t status = reply.readInt32(); in connectDevice()
209 if (reply.readInt32() != 0) { in connectDevice()
223 return reply.readInt32(); in addListener()
234 return reply.readInt32(); in removeListener()
256 status_t result = getCameraInfo(data.readInt32(), &cameraInfo); in onTransact()
269 status_t result = getCameraCharacteristics(data.readInt32(), &info); in onTransact()
282 int32_t cameraId = data.readInt32(); in onTransact()
284 int32_t clientUid = data.readInt32(); in onTransact()
302 int32_t cameraId = data.readInt32(); in onTransact()
304 int32_t clientUid = data.readInt32(); in onTransact()
322 int32_t cameraId = data.readInt32(); in onTransact()
324 int32_t clientUid = data.readInt32(); in onTransact()