Lines Matching refs:ALOGE
60 ALOGE("Unknown usage specified."); in Allocation()
68 ALOGE("Invalid usage combination."); in Allocation()
85 ALOGE("32 bit integer source does not match allocation type %i", dt); in validateIsInt32()
93 ALOGE("16 bit integer source does not match allocation type %i", dt); in validateIsInt16()
101 ALOGE("8 bit integer source does not match allocation type %i", dt); in validateIsInt8()
109 ALOGE("32 bit float source does not match allocation type %i", dt); in validateIsFloat32()
126 ALOGE("Object source does not match allocation type %i", dt); in validateIsObject()
150 ALOGE("Source must be exactly one usage type."); in syncAll()
157 ALOGE("Can only send buffer if IO_OUTPUT usage specified."); in ioSendOutput()
164 ALOGE("Can only send buffer if IO_OUTPUT usage specified."); in ioGetInput()
231 ALOGE("Count must be >= 1."); in copy1DRangeFromUnchecked()
235 ALOGE("Overflow, Available count %zu, got %zu at offset %zu.", mCurrentCount, count, off); in copy1DRangeFromUnchecked()
239 ALOGE("Array too small for allocation type."); in copy1DRangeFromUnchecked()
280 ALOGE("Updated region larger than allocation."); in validate2DRange()
385 ALOGE("Allocation creation failed."); in createTyped()
395 ALOGE("Allocation creation failed."); in createTyped()
415 ALOGE("Allocation creation failed."); in createSized()