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

<<212223242526272829

  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 256 String8 result;
288 String8 result;
303 String8 result;
333 String8 result(kHardwareLockedString);
343 String8 result(kDeadlockedString);
450 String8& name,
542 name = String8::format("s:%d;n:%d;f:%d", getpid_cached, track->name() - AudioMixer::TRACK0,
869 status_t AudioFlinger::setParameters(audio_io_handle_t ioHandle, const String8& keyValuePairs)
895 String8 value;
896 if (param.get(String8(AUDIO_PARAMETER_KEY_BT_NREC), value) == NO_ERROR)
    [all...]
Threads.cpp 168 void sample(const String8 &title);
188 void CpuStats::sample(const String8 &title) {
324 status_t AudioFlinger::ThreadBase::setParameters(const String8& keyValuePairs)
412 String8 result;
467 String8 result;
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 23 #include <utils/String8.h>
89 String8("Test Surface"),
200 String8 msg;
204 msg += String8::format("error reading pixel: %#x", err);
206 msg += String8::format(", %#x", err);
212 msg += String8::format("r(%d isn't %d)", pixel[0], r);
218 msg += String8::format("g(%d isn't %d)", pixel[1], g);
224 msg += String8::format("b(%d isn't %d)", pixel[2], b);
230 msg += String8::format("a(%d isn't %d)", pixel[3], a);
243 String8 msg
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 44 mTextureNames.push(String8(textureNames[i], textureNamesLength[i]));
139 String8 RsdShader::getGLSLInputString() const {
140 String8 s;
588 mAttribNames = new String8[mAttribCount];
591 mUniformNames = new String8[mUniformCount];
598 void RsdShader::initAddUserElement(const Element *e, String8 *names, uint32_t *arrayLengths,
606 String8 tmp(prefix);
  /frameworks/av/camera/
ICamera.cpp 219 status_t setParameters(const String8& params)
230 String8 getParameters() const
383 String8 params(data.readString8());
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 60 const char *url, const KeyedVector<String8, String8> *headers) {
567 String8 result;
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 34 #include <utils/String8.h>
176 const String8& iface)
314 String8 iface(data.readString8());
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 43 #include <utils/String8.h>
301 const sp<IRemoteDisplayClient>& client, const String8& iface) {
318 String8 result;
340 String8 result;
364 String8 result;
384 String8 result;
625 const char *url, const KeyedVector<String8, String8> *headers)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 90 String8 threadName;
93 threadName = String8::format("C2-%d-StreamProc",
98 threadName = String8::format("C2-%d-FrameProc",
103 threadName = String8::format("C2-%d-CaptureSeq",
108 threadName = String8::format("C2-%d-JpegProc",
130 threadName = String8::format("C2-%d-ZslProc",
135 threadName = String8::format("C2-%d-CallbkProc",
161 String8 result;
165 String8(mClientPackageName).string(),
    [all...]
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 108 String8 pathStr(tmp);
120 KeyedVector<String8, String8> headersVector;
android_media_MediaRecorder.cpp 239 ALOGE("Failed to covert jstring to String8. This parameter will be ignored.");
243 process_media_recorder_call(env, mr->setParameters(String8(params8)), "java/lang/RuntimeException", "setParameter failed.");
295 process_media_recorder_call(env, mr->setParameters(String8(params)), "java/lang/RuntimeException", "setMaxDuration failed.");
308 process_media_recorder_call(env, mr->setParameters(String8(params)), "java/lang/RuntimeException", "setMaxFileSize failed.");
  /frameworks/base/services/input/
EventHub.cpp 82 static String8 sha1(const String8& in) {
89 String8 out;
101 String8 rawDescriptor;
160 EventHub::Device::Device(int fd, int32_t id, const String8& path,
492 void EventHub::setExcludedDevices(const Vector<String8>& devices) {
    [all...]
PointerController.h 27 #include <utils/String8.h>
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 167 void DisplayDevice::setDisplayName(const String8& displayName) {
459 void DisplayDevice::dump(String8& result) const {
478 String8 surfaceDump;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 51 const String8& name)
85 ConsumerBase::mName = String8::format("VDS: %s", mDisplayName.string());
247 void VirtualDisplaySurface::dump(String8& result) const {
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 536 String8 mA2dpDeviceAddress; // A2DP device MAC address
537 String8 mScoDeviceAddress; // SCO device MAC address
538 String8 mUsbCardAndDevice; // USB audio ALSA card and device numbers:
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 67 String8 result(" Latest received frame:\n");
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 68 String8 lines;
StatusTracker.cpp 185 mIdleFence = Fence::merge(String8("idleFence"),
  /frameworks/base/core/jni/
android_media_RemoteDisplay.cpp 150 client, String8(iface.c_str()));
  /frameworks/base/native/android/
asset_manager.cpp 40 String8 mCachedFileName;
sensor.cpp 37 using android::String8;
  /frameworks/base/services/common_time/
common_clock_service.cpp 18 #include <utils/String8.h>
  /frameworks/native/libs/ui/
Fence.cpp 72 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1,
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 19 #include <utils/String8.h>

Completed in 1668 milliseconds

<<212223242526272829