HomeSort by relevance Sort by last modified time
    Searched refs:rawClientName (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 479 const char16_t *rawClientName = reinterpret_cast<const char16_t*>(
482 String16 clientName(rawClientName, rawClientNameLen);
484 reinterpret_cast<const jchar*>(rawClientName));
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 526 const char16_t *rawClientName = reinterpret_cast<const char16_t*>(
529 String16 clientName(rawClientName, rawClientNameLen);
531 reinterpret_cast<const jchar*>(rawClientName));
    [all...]

Completed in 48 milliseconds