HomeSort by relevance Sort by last modified time
    Searched refs:String8 (Results 626 - 650 of 724) sorted by null

<<212223242526272829

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
  /device/lge/mako/camera/
QualcommCamera.cpp 616 String8 g_str;
625 g_str = String8(parms);
QCameraHWI_Mem.cpp 383 String8 result;
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 271 String8("ScreenRecorder"), false /* secure */);
552 String8 fileUrl("file://");
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 201 status_t setParameters(const String8& params)
223 ALOGV("setClientName(%s)", String8(clientName).string());
  /frameworks/av/media/libstagefright/
CameraSource.cpp 31 #include <utils/String8.h>
359 String8 s = params->flatten();
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2PSExtractor.cpp 37 #include <utils/String8.h>
697 const sp<DataSource> &source, String8 *mimeType, float *confidence,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 135 String8 result;
144 result = String8::format(" Current capture state: %s\n",
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 391 String8 str_parms(temp);
435 String8 mName;
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 130 String8(name.c_str()), w, h, format, flags);
333 String8(name.c_str()), bool(secure)));
android_view_InputEventSender.cpp 252 String8 message;
  /frameworks/base/libs/androidfw/
Asset.cpp 59 String8 Asset::getAssetAllocations()
62 String8 res;
  /frameworks/base/services/input/
SpriteController.cpp 24 #include <utils/String8.h>
373 String8("Sprite"), width, height, PIXEL_FORMAT_RGBA_8888,
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 713 String8 dumpName =
714 String8::format("/data/local/tmp/camera2_test_variable_burst_frame_%03d.yuv", i);
CameraMultiStreamTests.cpp 96 String8("CameraMultiStreamTest StreamingImage Surface"),
183 mCpuConsumer->setName(String8(
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 380 String8 result;
  /frameworks/av/camera/
ProCamera.cpp 254 cc->setName(String8("ProCamera::mCpuConsumer"));
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 282 bp.get(), String8(name).string());
  /frameworks/av/cmds/stagefright/
stream.cpp 322 String8("A Surface"),
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 173 String8 mErrorCause;
Camera3OutputStream.cpp 225 String8 lines;
Camera3Stream.cpp 50 mName(String8::format("Camera3Stream[%d]", id)),
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 52 void RingBufferConsumer::setName(const String8& name) {
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 39 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 202 void FramebufferNativeWindow::dump(String8& result) {

Completed in 836 milliseconds

<<212223242526272829