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

<<212223242526272829

  /frameworks/native/libs/input/
VelocityTracker.cpp 32 #include <utils/String8.h>
65 static String8 vectorToString(const float* a, uint32_t m) {
66 String8 str;
78 static String8 matrixToString(const float* a, uint32_t m, uint32_t n, bool rowMajor) {
79 String8 str;
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 441 static String8 create_sizes_str(const camera_size_type *sizes, int len) {
442 String8 str;
456 String8 QCameraHardwareInterface::create_values_str(const str_map *values, int len) {
457 String8 str;
469 static String8 create_fps_str(const android:: FPSRange* fps, int len) {
470 String8 str;
484 static String8 create_values_range_str(int min, int max){
485 String8 str;
606 static String8 create_str(int16_t *arr, int length){
607 String8 str
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 106 status_t CameraContext::saveFile(const sp<IMemory>& mem, String8 path)
217 String8 jpegPath;
351 mSurfaceControl = mClient->createSurface(String8("QCamera_Test"),
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 22 #include <utils/String8.h>
173 android::String8 rstr(str);
551 android::String8 undef8(undef.c_str());
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 52 String8 m8(message);
60 String8 m8(message);
121 String8 response8(response);
  /frameworks/av/media/libmedia/
mediaplayer.cpp 38 #include <utils/String8.h>
139 const char *url, const KeyedVector<String8, String8> *headers)
mediarecorder.cpp 23 #include <utils/String8.h>
392 status_t MediaRecorder::setParameters(const String8& params) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 37 const KeyedVector<String8, String8> *headers,
58 mExtraHeaders.indexOfKey(String8("x-hide-urls-from-log"));
NuPlayerDriver.cpp 73 const char *url, const KeyedVector<String8, String8> *headers) {
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 61 const char *path, const KeyedVector<String8, String8> *headers) {
77 String8 mimeType;
WAVExtractor.cpp 30 #include <utils/String8.h>
530 const sp<DataSource> &source, String8 *mimeType, float *confidence,
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 77 String8 threadName;
79 threadName = String8::format("CDU-%d-FrameProc", mCameraId);
483 String8 result;
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 148 String8 internalDataPathObj;
149 String8 externalDataPathObj;
150 String8 obbPathObj;
  /frameworks/base/libs/hwui/
Caches.cpp 20 #include <utils/String8.h>
254 String8 stringLog;
259 void Caches::dumpMemoryUsage(String8 &log) {
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 106 status_t CameraContext::saveFile(const sp<IMemory>& mem, String8 path)
217 String8 jpegPath;
351 mSurfaceControl = mClient->createSurface(String8("QCamera_Test"),
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 442 static String8 create_sizes_str(const camera_size_type *sizes, int len) {
443 String8 str;
457 String8 QCameraHardwareInterface::create_values_str(const str_map *values, int len) {
458 String8 str;
470 static String8 create_fps_str(const android:: FPSRange* fps, int len) {
471 String8 str;
485 static String8 create_values_range_str(int min, int max){
486 String8 str;
588 static String8 create_str(int16_t *arr, int length){
589 String8 str
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MidiFile.cpp 117 const char* path, const KeyedVector<String8, String8> *) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 91 android::String8 RSInfo::GetPath(const char *pFilename) {
92 android::String8 result(pFilename);
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 178 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure)
309 String8 displayName = data.readString8();
  /frameworks/native/services/surfaceflinger/
Transform.cpp 20 #include <utils/String8.h>
354 String8 flags, type;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 30 #include <utils/String8.h>
196 void dumpsys_log(android::String8& buf, const char* fmt, ...);
  /system/core/libutils/
Android.mk 36 String8.cpp \
RefBase.cpp 184 String8 text;
287 void printRefsLocked(String8* out, const ref_entry* refs) const

Completed in 917 milliseconds

<<212223242526272829