HomeSort by relevance Sort by last modified time
    Searched defs:DELETE_STREAM (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
FormattedStream.h 29 /// DELETE_STREAM - Tell the destructor to delete the held stream.
31 static const bool DELETE_STREAM = true;
  /frameworks/av/camera/
IProCameraUser.cpp 40 DELETE_STREAM,
138 remote()->transact(DELETE_STREAM, data, &reply);
258 case DELETE_STREAM: {
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 42 DELETE_STREAM,
205 remote()->transact(DELETE_STREAM, data, &reply);
390 case DELETE_STREAM: {

Completed in 64 milliseconds